Shades of Dark Violet #A800CF
Tints of Dark Violet #A800CF
RGB
CMYK
RGB Variations
Color information
#A800CF (or 0xA800CF) is known color: Dark Violet. HEX triplet: A8, 00 and CF. RGB value is (168,0,207). Sum of RGB (Red+Green+Blue) = 168+0+207=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #A800CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800CF is #57FF30. Grayscale: #494949. Windows color (decimal): -5766961 or 13566120. OLE color: 13566120.
HSL color Cylindrical-coordinate representation of color #A800CF: hue angle of 288.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800CF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 0 | 207 | - |
| CMYK | 0.19 | 1 | 0 | 0.19 |
| HSL | 288.7º | 1% | 0.41% | - |
| HSV(B) | 288.7º | 1% | 0.81% | - |
| XYZ | 27.41 | 12.83 | 60.06 | - |
| YUV | 73.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 207 | 0.19 | 1 | 0 | 0.19 | 288.7 | 1 | 0.41 |
| Hex | A8 | 0 | CF | 13 | 64 | 0 | 13 | 121 | 64 | 29 |
| Octal | 250 | 0 | 317 | 23 | 144 | 0 | 23 | 441 | 144 | 51 |
| Binary | 10101000 | 0 | 11001111 | 10011 | 1100100 | 0 | 10011 | 100100001 | 1100100 | 101001 |
Color Harmonies of #A800CF
Complementary color
Monochromatic Colors of #A800CF
Black with #A800CF
Text Example
Text Example
White with #A800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800CF; }
p { color: rgb(168,0,207); }
H1.HeaderClassName
{
color: #A800CF;
}
.AnyTagClassName
{
color: #A800CF;
}
</style>
background-color css
<style>
a { background-color: #A800CF; }
a { background-color: rgb(168,0,207); }
div.DivClassName
{
background-color: #A800CF;
}
.BgClassName
{
background-color: #A800CF;
}
</style>
border-color css
<style>
span { border-color: #A800CF; }
span { border-color: rgb(168,0,207); }
td.TdClassName
{
border-color: #A800CF;
}
.TagClassName
{
border-color: #A800CF;
}
</style>