Shades of Dark Violet #A808CD
Tints of Dark Violet #A808CD
RGB
CMYK
RGB Variations
Color information
#A808CD (or 0xA808CD) is known color: Dark Violet. HEX triplet: A8, 08 and CD. RGB value is (168,8,205). Sum of RGB (Red+Green+Blue) = 168+8+205=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A808CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808CD is #57F732. Grayscale: #4D4D4D. Windows color (decimal): -5764915 or 13437096. OLE color: 13437096.
HSL color Cylindrical-coordinate representation of color #A808CD: hue angle of 288.73º 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 #A808CD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 8 | 205 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.20 |
| HSL | 288.73º | 0.92% | 0.42% | - |
| HSV(B) | 288.73º | 0.96% | 0.8% | - |
| XYZ | 27.25 | 12.91 | 58.81 | - |
| YUV | 78.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 205 | 0.18 | 0.96 | 0 | 0.20 | 288.73 | 0.92 | 0.42 |
| Hex | A8 | 8 | CD | 12 | 60 | 0 | 14 | 121 | 5C | 2A |
| Octal | 250 | 10 | 315 | 22 | 140 | 0 | 24 | 441 | 134 | 52 |
| Binary | 10101000 | 1000 | 11001101 | 10010 | 1100000 | 0 | 10100 | 100100001 | 1011100 | 101010 |
Color Harmonies of #A808CD
Complementary color
Monochromatic Colors of #A808CD
Black with #A808CD
Text Example
Text Example
White with #A808CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808CD; }
p { color: rgb(168,8,205); }
H1.HeaderClassName
{
color: #A808CD;
}
.AnyTagClassName
{
color: #A808CD;
}
</style>
background-color css
<style>
a { background-color: #A808CD; }
a { background-color: rgb(168,8,205); }
div.DivClassName
{
background-color: #A808CD;
}
.BgClassName
{
background-color: #A808CD;
}
</style>
border-color css
<style>
span { border-color: #A808CD; }
span { border-color: rgb(168,8,205); }
td.TdClassName
{
border-color: #A808CD;
}
.TagClassName
{
border-color: #A808CD;
}
</style>