Shades of Dark Violet #A810CB
Tints of Dark Violet #A810CB
RGB
CMYK
RGB Variations
Color information
#A810CB (or 0xA810CB) is known color: Dark Violet. HEX triplet: A8, 10 and CB. RGB value is (168,16,203). Sum of RGB (Red+Green+Blue) = 168+16+203=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A810CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A810CB is #57EF34. Grayscale: #525252. Windows color (decimal): -5762869 or 13308072. OLE color: 13308072.
HSL color Cylindrical-coordinate representation of color #A810CB: hue angle of 288.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A810CB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 16 | 203 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.20 |
| HSL | 288.77º | 0.85% | 0.43% | - |
| HSV(B) | 288.77º | 0.92% | 0.8% | - |
| XYZ | 27.11 | 13.01 | 57.58 | - |
| YUV | 82.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 203 | 0.17 | 0.92 | 0 | 0.20 | 288.77 | 0.85 | 0.43 |
| Hex | A8 | 10 | CB | 11 | 5C | 0 | 14 | 121 | 55 | 2B |
| Octal | 250 | 20 | 313 | 21 | 134 | 0 | 24 | 441 | 125 | 53 |
| Binary | 10101000 | 10000 | 11001011 | 10001 | 1011100 | 0 | 10100 | 100100001 | 1010101 | 101011 |
Color Harmonies of #A810CB
Complementary color
Monochromatic Colors of #A810CB
Black with #A810CB
Text Example
Text Example
White with #A810CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810CB; }
p { color: rgb(168,16,203); }
H1.HeaderClassName
{
color: #A810CB;
}
.AnyTagClassName
{
color: #A810CB;
}
</style>
background-color css
<style>
a { background-color: #A810CB; }
a { background-color: rgb(168,16,203); }
div.DivClassName
{
background-color: #A810CB;
}
.BgClassName
{
background-color: #A810CB;
}
</style>
border-color css
<style>
span { border-color: #A810CB; }
span { border-color: rgb(168,16,203); }
td.TdClassName
{
border-color: #A810CB;
}
.TagClassName
{
border-color: #A810CB;
}
</style>