Shades of Dark Violet #A805CF
Tints of Dark Violet #A805CF
RGB
CMYK
RGB Variations
Color information
#A805CF (or 0xA805CF) is known color: Dark Violet. HEX triplet: A8, 05 and CF. RGB value is (168,5,207). Sum of RGB (Red+Green+Blue) = 168+5+207=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A805CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805CF is #57FA30. Grayscale: #4C4C4C. Windows color (decimal): -5765681 or 13567400. OLE color: 13567400.
HSL color Cylindrical-coordinate representation of color #A805CF: hue angle of 288.42º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805CF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 5 | 207 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.19 |
| HSL | 288.42º | 0.95% | 0.42% | - |
| HSV(B) | 288.42º | 0.98% | 0.81% | - |
| XYZ | 27.47 | 12.94 | 60.08 | - |
| YUV | 76.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 207 | 0.19 | 0.98 | 0 | 0.19 | 288.42 | 0.95 | 0.42 |
| Hex | A8 | 5 | CF | 13 | 62 | 0 | 13 | 120 | 5F | 2A |
| Octal | 250 | 5 | 317 | 23 | 142 | 0 | 23 | 440 | 137 | 52 |
| Binary | 10101000 | 101 | 11001111 | 10011 | 1100010 | 0 | 10011 | 100100000 | 1011111 | 101010 |
Color Harmonies of #A805CF
Complementary color
Monochromatic Colors of #A805CF
Black with #A805CF
Text Example
Text Example
White with #A805CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805CF; }
p { color: rgb(168,5,207); }
H1.HeaderClassName
{
color: #A805CF;
}
.AnyTagClassName
{
color: #A805CF;
}
</style>
background-color css
<style>
a { background-color: #A805CF; }
a { background-color: rgb(168,5,207); }
div.DivClassName
{
background-color: #A805CF;
}
.BgClassName
{
background-color: #A805CF;
}
</style>
border-color css
<style>
span { border-color: #A805CF; }
span { border-color: rgb(168,5,207); }
td.TdClassName
{
border-color: #A805CF;
}
.TagClassName
{
border-color: #A805CF;
}
</style>