Shades of Dark Violet #A806C2
Tints of Dark Violet #A806C2
RGB
CMYK
RGB Variations
Color information
#A806C2 (or 0xA806C2) is known color: Dark Violet. HEX triplet: A8, 06 and C2. RGB value is (168,6,194). Sum of RGB (Red+Green+Blue) = 168+6+194=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #A806C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806C2 is #57F93D. Grayscale: #4B4B4B. Windows color (decimal): -5765438 or 12715688. OLE color: 12715688.
HSL color Cylindrical-coordinate representation of color #A806C2: hue angle of 291.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806C2 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 6 | 194 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.24 |
| HSL | 291.7º | 0.94% | 0.39% | - |
| HSV(B) | 291.7º | 0.97% | 0.76% | - |
| XYZ | 25.95 | 12.35 | 52.05 | - |
| YUV | 75.87 | 194.67 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 194 | 0.13 | 0.97 | 0 | 0.24 | 291.7 | 0.94 | 0.39 |
| Hex | A8 | 6 | C2 | D | 61 | 0 | 18 | 124 | 5E | 27 |
| Octal | 250 | 6 | 302 | 15 | 141 | 0 | 30 | 444 | 136 | 47 |
| Binary | 10101000 | 110 | 11000010 | 1101 | 1100001 | 0 | 11000 | 100100100 | 1011110 | 100111 |
Color Harmonies of #A806C2
Complementary color
Monochromatic Colors of #A806C2
Black with #A806C2
Text Example
Text Example
White with #A806C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806C2; }
p { color: rgb(168,6,194); }
H1.HeaderClassName
{
color: #A806C2;
}
.AnyTagClassName
{
color: #A806C2;
}
</style>
background-color css
<style>
a { background-color: #A806C2; }
a { background-color: rgb(168,6,194); }
div.DivClassName
{
background-color: #A806C2;
}
.BgClassName
{
background-color: #A806C2;
}
</style>
border-color css
<style>
span { border-color: #A806C2; }
span { border-color: rgb(168,6,194); }
td.TdClassName
{
border-color: #A806C2;
}
.TagClassName
{
border-color: #A806C2;
}
</style>