Shades of Dark Violet #A815CB
Tints of Dark Violet #A815CB
RGB
CMYK
RGB Variations
Color information
#A815CB (or 0xA815CB) is known color: Dark Violet. HEX triplet: A8, 15 and CB. RGB value is (168,21,203). Sum of RGB (Red+Green+Blue) = 168+21+203=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #A815CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CB is #57EA34. Grayscale: #555555. Windows color (decimal): -5761589 or 13309352. OLE color: 13309352.
HSL color Cylindrical-coordinate representation of color #A815CB: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A815CB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 21 | 203 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.20 |
| HSL | 288.46º | 0.81% | 0.44% | - |
| HSV(B) | 288.46º | 0.9% | 0.8% | - |
| XYZ | 27.2 | 13.17 | 57.61 | - |
| YUV | 85.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 203 | 0.17 | 0.90 | 0 | 0.20 | 288.46 | 0.81 | 0.44 |
| Hex | A8 | 15 | CB | 11 | 5A | 0 | 14 | 120 | 51 | 2C |
| Octal | 250 | 25 | 313 | 21 | 132 | 0 | 24 | 440 | 121 | 54 |
| Binary | 10101000 | 10101 | 11001011 | 10001 | 1011010 | 0 | 10100 | 100100000 | 1010001 | 101100 |
Color Harmonies of #A815CB
Complementary color
Monochromatic Colors of #A815CB
Black with #A815CB
Text Example
Text Example
White with #A815CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815CB; }
p { color: rgb(168,21,203); }
H1.HeaderClassName
{
color: #A815CB;
}
.AnyTagClassName
{
color: #A815CB;
}
</style>
background-color css
<style>
a { background-color: #A815CB; }
a { background-color: rgb(168,21,203); }
div.DivClassName
{
background-color: #A815CB;
}
.BgClassName
{
background-color: #A815CB;
}
</style>
border-color css
<style>
span { border-color: #A815CB; }
span { border-color: rgb(168,21,203); }
td.TdClassName
{
border-color: #A815CB;
}
.TagClassName
{
border-color: #A815CB;
}
</style>