Shades of Dark Violet #A805C9
Tints of Dark Violet #A805C9
RGB
CMYK
RGB Variations
Color information
#A805C9 (or 0xA805C9) is known color: Dark Violet. HEX triplet: A8, 05 and C9. RGB value is (168,5,201). Sum of RGB (Red+Green+Blue) = 168+5+201=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #A805C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805C9 is #57FA36. Grayscale: #4B4B4B. Windows color (decimal): -5765687 or 13174184. OLE color: 13174184.
HSL color Cylindrical-coordinate representation of color #A805C9: hue angle of 289.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805C9 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 5 | 201 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.21 |
| HSL | 289.9º | 0.95% | 0.4% | - |
| HSV(B) | 289.9º | 0.98% | 0.79% | - |
| XYZ | 26.75 | 12.65 | 56.29 | - |
| YUV | 76.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 201 | 0.16 | 0.98 | 0 | 0.21 | 289.9 | 0.95 | 0.4 |
| Hex | A8 | 5 | C9 | 10 | 62 | 0 | 15 | 122 | 5F | 28 |
| Octal | 250 | 5 | 311 | 20 | 142 | 0 | 25 | 442 | 137 | 50 |
| Binary | 10101000 | 101 | 11001001 | 10000 | 1100010 | 0 | 10101 | 100100010 | 1011111 | 101000 |
Color Harmonies of #A805C9
Complementary color
Monochromatic Colors of #A805C9
Black with #A805C9
Text Example
Text Example
White with #A805C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805C9; }
p { color: rgb(168,5,201); }
H1.HeaderClassName
{
color: #A805C9;
}
.AnyTagClassName
{
color: #A805C9;
}
</style>
background-color css
<style>
a { background-color: #A805C9; }
a { background-color: rgb(168,5,201); }
div.DivClassName
{
background-color: #A805C9;
}
.BgClassName
{
background-color: #A805C9;
}
</style>
border-color css
<style>
span { border-color: #A805C9; }
span { border-color: rgb(168,5,201); }
td.TdClassName
{
border-color: #A805C9;
}
.TagClassName
{
border-color: #A805C9;
}
</style>