COLOR #A258A7

HEX: #A258A7
RGB: (162,88,167)

Color info

#A258A7 contains mainly red and blue colors. Web safe color of #A258A7 is #996699 (or #969).

RGB color model

#A258A7 color RGB value is (162,88,167).

  • red value is 162;
  • green value is 88;
  • blue value is 167.
RGB:
(162,88,167)
(64%,35%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 88 of 255 = 35%
B 167 of 255 = 65%

162
88
167

R + G + B ~ 55%. #A258A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 88 + 167 = 417 (100%)
R 162 of 417 ~ 38.85%
G 88 of 417 ~ 21.1%
B 167 of 417 ~ 40.05%

%38.85
%21.1
%40.05

CMYK color model

#A258A7 color CMYK value is (3,47,0,35).

  • cyan value is 2.99%
  • magenta value is 47.31%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(3,47,0,35)
C3M47Y0K35 
(3%,47%,0%,35%)
(0.03/0.47/0.00/0.35)	

CMYK percentages

%2.99
%47.31
%0
%34.51

Codes

Color #A258A7 in popluar color models

A258A7
RGB16288167
HSL296°30.98%50.00%
HSB/HSV296°47.31%65.49%
CMYK2.99%47.31%0.00%
34.51%

Color #A258A7 in popluar number systems.

HEXA258A7
Decimal16288167
Binary10100010101100010100111
Octal242130247

Shades and tints

Shades of #A258A7

#A258A7
(162,88,167)
#945098
(148,80,152)
#864889
(134,72,137)
#78407A
(120,64,122)
#6A386B
(106,56,107)
#5C305C
(92,48,92)
#4E284D
(78,40,77)
#40203E
(64,32,62)
#32182F
(50,24,47)
#241020
(36,16,32)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #A258A7

#A258A7
(162,88,167)
#AA67AF
(170,103,175)
#B276B7
(178,118,183)
#BA85BF
(186,133,191)
#C294C7
(194,148,199)
#CAA3CF
(202,163,207)
#D2B2D7
(210,178,215)
#DAC1DF
(218,193,223)
#E2D0E7
(226,208,231)
#EADFEF
(234,223,239)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A258A7 color. Also use rgb(162,88,167) instead hex code.

Text Font Color

.myTextColor { color: #A258A7; }

<p style="color:#A258A7">This sample text font color is #A258A7.</p>

This text font color is #A258A7.


Background Color

.myBgColor { background-color: #A258A7; }

<div style="background-color:#A258A7">Inner text</div>

This div background color is #A258A7.


Border color

.myBorderColor { border: 1px solid #A258A7; }

<div style="border:3px solid #A258A7">Div</div>

This div border color is #A258A7.


Opacity

.myOpacity80 { color: #A258A7; opacity: 0.8; }

<p style="color:#A258A7;opacity:0.8;">80%</p>

Text with #A258A7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A258A7;}

<p style="text-shadow: 3px 3px 1px #A258A7">Text here.</p>

This text has shadow with #A258A7 color.

.textShadow {text-shadow: 3px 3px 1px #A258A7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A258A7, 5px 5px 20px red">Text here.</p>

This text has shadow with #A258A7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A258A7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A258A7, Direction=45, Strength=4)">Text</p>

This text has shadow with #A258A7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A258A7;
  -webkit-box-shadow:	1px 1px 3px 2px #A258A7;
  box-shadow:		1px 1px 3px 2px #A258A7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A258A7;
-webkit-box-shadow: 1px 1px 3px 2px #A258A7;
box-shadow:1px 1px 3px 2px #A258A7;">
Div content here</div>
This div box has shadow with color #A258A7.

Preview

Color preview on black background

This text has color #A258A7 on black background.


Color preview on white background

This text has color #A258A7 on white background.



Black color preview on #A258A7 background

This text has black color on #A258A7 background.


White color preview on #A258A7 background

This text has white color on #A258A7 background.