Shades of Dark Violet #A412CB
Tints of Dark Violet #A412CB
RGB
CMYK
RGB Variations
Color information
#A412CB (or 0xA412CB) is known color: Dark Violet. HEX triplet: A4, 12 and CB. RGB value is (164,18,203). Sum of RGB (Red+Green+Blue) = 164+18+203=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #A412CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412CB is #5BED34. Grayscale: #525252. Windows color (decimal): -6024501 or 13308580. OLE color: 13308580.
HSL color Cylindrical-coordinate representation of color #A412CB: hue angle of 287.35º 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 #A412CB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 18 | 203 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.20 |
| HSL | 287.35º | 0.84% | 0.43% | - |
| HSV(B) | 287.35º | 0.91% | 0.8% | - |
| XYZ | 26.31 | 12.64 | 57.55 | - |
| YUV | 82.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 18 | 203 | 0.19 | 0.91 | 0 | 0.20 | 287.35 | 0.84 | 0.43 |
| Hex | A4 | 12 | CB | 13 | 5B | 0 | 14 | 11F | 54 | 2B |
| Octal | 244 | 22 | 313 | 23 | 133 | 0 | 24 | 437 | 124 | 53 |
| Binary | 10100100 | 10010 | 11001011 | 10011 | 1011011 | 0 | 10100 | 100011111 | 1010100 | 101011 |
Color Harmonies of #A412CB
Complementary color
Monochromatic Colors of #A412CB
Black with #A412CB
Text Example
Text Example
White with #A412CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A412CB; }
p { color: rgb(164,18,203); }
H1.HeaderClassName
{
color: #A412CB;
}
.AnyTagClassName
{
color: #A412CB;
}
</style>
background-color css
<style>
a { background-color: #A412CB; }
a { background-color: rgb(164,18,203); }
div.DivClassName
{
background-color: #A412CB;
}
.BgClassName
{
background-color: #A412CB;
}
</style>
border-color css
<style>
span { border-color: #A412CB; }
span { border-color: rgb(164,18,203); }
td.TdClassName
{
border-color: #A412CB;
}
.TagClassName
{
border-color: #A412CB;
}
</style>