#A206B9

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

Shades of Dark Violet #A206B9

Tints of Dark Violet #A206B9

Color information

#A206B9 (or 0xA206B9) is unknown color: approx Dark Violet. HEX triplet: A2, 06 and B9. RGB value is (162,6,185). Sum of RGB (Red+Green+Blue) = 162+6+185=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #A206B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A206B9 is #5DF946. Grayscale: #484848. Windows color (decimal): -6158663 or 12125858. OLE color: 12125858.

HSL color Cylindrical-coordinate representation of color #A206B9: hue angle of 292.29º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A206B9 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1626185-
CMYK0.120.9700.27
HSL292.29º93.72%37.45%-
HSV(B)292.29º96.76%72.55%-
XYZ23.7211.3146.83-
YUV73.05191.18191.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=45.89%
G=1.70%
B=52.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16261850.120.9700.27292.2993.7237.45
HexA26B9C6101B1245e25
Octal24262711414103344413645
Binary1010001011010111001110011000010110111001001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A206B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A206B9; }

 p { color: rgb(162,6,185); }

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

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

 a { background-color: rgb(162,6,185); }

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

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

 span { border-color: rgb(162,6,185); }

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