Shades of Dark Violet #A800CE
Tints of Dark Violet #A800CE
RGB
CMYK
RGB Variations
Color information
#A800CE (or 0xA800CE) is known color: Dark Violet. HEX triplet: A8, 00 and CE. RGB value is (168,0,206). Sum of RGB (Red+Green+Blue) = 168+0+206=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #A800CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800CE is #57FF31. Grayscale: #494949. Windows color (decimal): -5766962 or 13500584. OLE color: 13500584.
HSL color Cylindrical-coordinate representation of color #A800CE: hue angle of 288.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800CE is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 0 | 206 | - |
| CMYK | 0.18 | 1 | 0 | 0.19 |
| HSL | 288.93º | 1% | 0.4% | - |
| HSV(B) | 288.93º | 1% | 0.81% | - |
| XYZ | 27.29 | 12.78 | 59.42 | - |
| YUV | 73.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 206 | 0.18 | 1 | 0 | 0.19 | 288.93 | 1 | 0.4 |
| Hex | A8 | 0 | CE | 12 | 64 | 0 | 13 | 121 | 64 | 28 |
| Octal | 250 | 0 | 316 | 22 | 144 | 0 | 23 | 441 | 144 | 50 |
| Binary | 10101000 | 0 | 11001110 | 10010 | 1100100 | 0 | 10011 | 100100001 | 1100100 | 101000 |
Color Harmonies of #A800CE
Complementary color
Monochromatic Colors of #A800CE
Black with #A800CE
Text Example
Text Example
White with #A800CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800CE; }
p { color: rgb(168,0,206); }
H1.HeaderClassName
{
color: #A800CE;
}
.AnyTagClassName
{
color: #A800CE;
}
</style>
background-color css
<style>
a { background-color: #A800CE; }
a { background-color: rgb(168,0,206); }
div.DivClassName
{
background-color: #A800CE;
}
.BgClassName
{
background-color: #A800CE;
}
</style>
border-color css
<style>
span { border-color: #A800CE; }
span { border-color: rgb(168,0,206); }
td.TdClassName
{
border-color: #A800CE;
}
.TagClassName
{
border-color: #A800CE;
}
</style>