Shades of Dark Violet #A812CB
Tints of Dark Violet #A812CB
RGB
CMYK
RGB Variations
Color information
#A812CB (or 0xA812CB) is known color: Dark Violet. HEX triplet: A8, 12 and CB. RGB value is (168,18,203). Sum of RGB (Red+Green+Blue) = 168+18+203=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A812CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812CB is #57ED34. Grayscale: #535353. Windows color (decimal): -5762357 or 13308584. OLE color: 13308584.
HSL color Cylindrical-coordinate representation of color #A812CB: hue angle of 288.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A812CB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 18 | 203 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.20 |
| HSL | 288.65º | 0.84% | 0.43% | - |
| HSV(B) | 288.65º | 0.91% | 0.8% | - |
| XYZ | 27.14 | 13.07 | 57.59 | - |
| YUV | 83.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 203 | 0.17 | 0.91 | 0 | 0.20 | 288.65 | 0.84 | 0.43 |
| Hex | A8 | 12 | CB | 11 | 5B | 0 | 14 | 121 | 54 | 2B |
| Octal | 250 | 22 | 313 | 21 | 133 | 0 | 24 | 441 | 124 | 53 |
| Binary | 10101000 | 10010 | 11001011 | 10001 | 1011011 | 0 | 10100 | 100100001 | 1010100 | 101011 |
Color Harmonies of #A812CB
Complementary color
Monochromatic Colors of #A812CB
Black with #A812CB
Text Example
Text Example
White with #A812CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812CB; }
p { color: rgb(168,18,203); }
H1.HeaderClassName
{
color: #A812CB;
}
.AnyTagClassName
{
color: #A812CB;
}
</style>
background-color css
<style>
a { background-color: #A812CB; }
a { background-color: rgb(168,18,203); }
div.DivClassName
{
background-color: #A812CB;
}
.BgClassName
{
background-color: #A812CB;
}
</style>
border-color css
<style>
span { border-color: #A812CB; }
span { border-color: rgb(168,18,203); }
td.TdClassName
{
border-color: #A812CB;
}
.TagClassName
{
border-color: #A812CB;
}
</style>