Shades of Dark Violet #A805CD
Tints of Dark Violet #A805CD
RGB
CMYK
RGB Variations
Color information
#A805CD (or 0xA805CD) is known color: Dark Violet. HEX triplet: A8, 05 and CD. RGB value is (168,5,205). Sum of RGB (Red+Green+Blue) = 168+5+205=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #A805CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805CD is #57FA32. Grayscale: #4B4B4B. Windows color (decimal): -5765683 or 13436328. OLE color: 13436328.
HSL color Cylindrical-coordinate representation of color #A805CD: hue angle of 288.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805CD is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 5 | 205 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.20 |
| HSL | 288.9º | 0.95% | 0.41% | - |
| HSV(B) | 288.9º | 0.98% | 0.8% | - |
| XYZ | 27.22 | 12.84 | 58.8 | - |
| YUV | 76.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 205 | 0.18 | 0.98 | 0 | 0.20 | 288.9 | 0.95 | 0.41 |
| Hex | A8 | 5 | CD | 12 | 62 | 0 | 14 | 121 | 5F | 29 |
| Octal | 250 | 5 | 315 | 22 | 142 | 0 | 24 | 441 | 137 | 51 |
| Binary | 10101000 | 101 | 11001101 | 10010 | 1100010 | 0 | 10100 | 100100001 | 1011111 | 101001 |
Color Harmonies of #A805CD
Complementary color
Monochromatic Colors of #A805CD
Black with #A805CD
Text Example
Text Example
White with #A805CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805CD; }
p { color: rgb(168,5,205); }
H1.HeaderClassName
{
color: #A805CD;
}
.AnyTagClassName
{
color: #A805CD;
}
</style>
background-color css
<style>
a { background-color: #A805CD; }
a { background-color: rgb(168,5,205); }
div.DivClassName
{
background-color: #A805CD;
}
.BgClassName
{
background-color: #A805CD;
}
</style>
border-color css
<style>
span { border-color: #A805CD; }
span { border-color: rgb(168,5,205); }
td.TdClassName
{
border-color: #A805CD;
}
.TagClassName
{
border-color: #A805CD;
}
</style>