#A806B9

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

Shades of Dark Violet #A806B9

Tints of Dark Violet #A806B9

Color information

#A806B9 (or 0xA806B9) is unknown color: approx Dark Violet. HEX triplet: A8, 06 and B9. RGB value is (168,6,185). Sum of RGB (Red+Green+Blue) = 168+6+185=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #A806B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806B9 is #57F946. Grayscale: #4A4A4A. Windows color (decimal): -5765447 or 12125864. OLE color: 12125864.

HSL color Cylindrical-coordinate representation of color #A806B9: hue angle of 294.3º 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 #A806B9 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1686185-
CMYK0.090.9700.27
HSL294.3º93.72%37.45%-
HSV(B)294.3º96.76%72.55%-
XYZ24.9711.9646.89-
YUV74.84190.17194.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=46.80%
G=1.67%
B=51.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16861850.090.9700.27294.393.7237.45
HexA86B996101B1265e25
Octal25062711114103344613645
Binary1010100011010111001100111000010110111001001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A806B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A806B9; }

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

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

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

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

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

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

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

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