Shades of Dark Violet #A808CC
Tints of Dark Violet #A808CC
RGB
CMYK
RGB Variations
Color information
#A808CC (or 0xA808CC) is known color: Dark Violet. HEX triplet: A8, 08 and CC. RGB value is (168,8,204). Sum of RGB (Red+Green+Blue) = 168+8+204=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A808CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808CC is #57F733. Grayscale: #4D4D4D. Windows color (decimal): -5764916 or 13371560. OLE color: 13371560.
HSL color Cylindrical-coordinate representation of color #A808CC: hue angle of 288.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808CC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 8 | 204 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.2 |
| HSL | 288.98º | 0.92% | 0.42% | - |
| HSV(B) | 288.98º | 0.96% | 0.8% | - |
| XYZ | 27.13 | 12.86 | 58.18 | - |
| YUV | 78.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 204 | 0.18 | 0.96 | 0 | 0.2 | 288.98 | 0.92 | 0.42 |
| Hex | A8 | 8 | CC | 12 | 60 | 0 | 14 | 121 | 5C | 2A |
| Octal | 250 | 10 | 314 | 22 | 140 | 0 | 24 | 441 | 134 | 52 |
| Binary | 10101000 | 1000 | 11001100 | 10010 | 1100000 | 0 | 10100 | 100100001 | 1011100 | 101010 |
Color Harmonies of #A808CC
Complementary color
Monochromatic Colors of #A808CC
Black with #A808CC
Text Example
Text Example
White with #A808CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808CC; }
p { color: rgb(168,8,204); }
H1.HeaderClassName
{
color: #A808CC;
}
.AnyTagClassName
{
color: #A808CC;
}
</style>
background-color css
<style>
a { background-color: #A808CC; }
a { background-color: rgb(168,8,204); }
div.DivClassName
{
background-color: #A808CC;
}
.BgClassName
{
background-color: #A808CC;
}
</style>
border-color css
<style>
span { border-color: #A808CC; }
span { border-color: rgb(168,8,204); }
td.TdClassName
{
border-color: #A808CC;
}
.TagClassName
{
border-color: #A808CC;
}
</style>