Shades of Dark Violet #A813CB
Tints of Dark Violet #A813CB
RGB
CMYK
RGB Variations
Color information
#A813CB (or 0xA813CB) is known color: Dark Violet. HEX triplet: A8, 13 and CB. RGB value is (168,19,203). Sum of RGB (Red+Green+Blue) = 168+19+203=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A813CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813CB is #57EC34. Grayscale: #535353. Windows color (decimal): -5762101 or 13308840. OLE color: 13308840.
HSL color Cylindrical-coordinate representation of color #A813CB: hue angle of 288.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813CB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 19 | 203 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.20 |
| HSL | 288.59º | 0.83% | 0.44% | - |
| HSV(B) | 288.59º | 0.91% | 0.8% | - |
| XYZ | 27.16 | 13.1 | 57.6 | - |
| YUV | 84.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 203 | 0.17 | 0.91 | 0 | 0.20 | 288.59 | 0.83 | 0.44 |
| Hex | A8 | 13 | CB | 11 | 5B | 0 | 14 | 121 | 53 | 2C |
| Octal | 250 | 23 | 313 | 21 | 133 | 0 | 24 | 441 | 123 | 54 |
| Binary | 10101000 | 10011 | 11001011 | 10001 | 1011011 | 0 | 10100 | 100100001 | 1010011 | 101100 |
Color Harmonies of #A813CB
Complementary color
Monochromatic Colors of #A813CB
Black with #A813CB
Text Example
Text Example
White with #A813CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813CB; }
p { color: rgb(168,19,203); }
H1.HeaderClassName
{
color: #A813CB;
}
.AnyTagClassName
{
color: #A813CB;
}
</style>
background-color css
<style>
a { background-color: #A813CB; }
a { background-color: rgb(168,19,203); }
div.DivClassName
{
background-color: #A813CB;
}
.BgClassName
{
background-color: #A813CB;
}
</style>
border-color css
<style>
span { border-color: #A813CB; }
span { border-color: rgb(168,19,203); }
td.TdClassName
{
border-color: #A813CB;
}
.TagClassName
{
border-color: #A813CB;
}
</style>