#A209B6

Color #A209B6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A209B6

Tints of Dark Violet #A209B6

Color information

#A209B6 (or 0xA209B6) is unknown color: approx Dark Violet. HEX triplet: A2, 09 and B6. RGB value is (162,9,182). Sum of RGB (Red+Green+Blue) = 162+9+182=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #A209B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209B6 is #5DF649. Grayscale: #494949. Windows color (decimal): -6157898 or 11930018. OLE color: 11930018.

HSL color Cylindrical-coordinate representation of color #A209B6: hue angle of 293.06º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A209B6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1629182-
CMYK0.110.9500.29
HSL293.06º90.58%37.45%-
HSV(B)293.06º95.05%71.37%-
XYZ23.4411.2545.19-
YUV74.47188.69190.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 9 (3.91% from 255) = 2.55%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=45.89%
G=2.55%
B=51.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16291820.110.9500.29293.0690.5837.45
HexA29B6B5F01D1255b25
Octal242112661313703544513345
Binary10100010100110110110101110111110111011001001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A209B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A209B6; }

 p { color: rgb(162,9,182); }

 H1.HeaderClassName
 {
   color: #A209B6;
 }
 .AnyTagClassName
 {
   color: #A209B6;
 }
</style>
background-color css

<style>
 a { background-color: #A209B6; }

 a { background-color: rgb(162,9,182); }

 div.DivClassName
 {
   background-color: #A209B6;
 }
 .BgClassName
 {
   background-color: #A209B6;
 }
</style>
border-color css

<style>
 span { border-color: #A209B6; }

 span { border-color: rgb(162,9,182); }

 td.TdClassName
 {
   border-color: #A209B6;
 }
 .TagClassName
 {
   border-color: #A209B6;
 }
</style>