Shades of Dark Violet #A312CB
Tints of Dark Violet #A312CB
RGB
CMYK
RGB Variations
Color information
#A312CB (or 0xA312CB) is known color: Dark Violet. HEX triplet: A3, 12 and CB. RGB value is (163,18,203). Sum of RGB (Red+Green+Blue) = 163+18+203=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #A312CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A312CB is #5CED34. Grayscale: #515151. Windows color (decimal): -6090037 or 13308579. OLE color: 13308579.
HSL color Cylindrical-coordinate representation of color #A312CB: hue angle of 287.03º 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 #A312CB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 18 | 203 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.20 |
| HSL | 287.03º | 0.84% | 0.43% | - |
| HSV(B) | 287.03º | 0.91% | 0.8% | - |
| XYZ | 26.1 | 12.53 | 57.54 | - |
| YUV | 82.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 203 | 0.20 | 0.91 | 0 | 0.20 | 287.03 | 0.84 | 0.43 |
| Hex | A3 | 12 | CB | 14 | 5B | 0 | 14 | 11F | 54 | 2B |
| Octal | 243 | 22 | 313 | 24 | 133 | 0 | 24 | 437 | 124 | 53 |
| Binary | 10100011 | 10010 | 11001011 | 10100 | 1011011 | 0 | 10100 | 100011111 | 1010100 | 101011 |
Color Harmonies of #A312CB
Complementary color
Monochromatic Colors of #A312CB
Black with #A312CB
Text Example
Text Example
White with #A312CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312CB; }
p { color: rgb(163,18,203); }
H1.HeaderClassName
{
color: #A312CB;
}
.AnyTagClassName
{
color: #A312CB;
}
</style>
background-color css
<style>
a { background-color: #A312CB; }
a { background-color: rgb(163,18,203); }
div.DivClassName
{
background-color: #A312CB;
}
.BgClassName
{
background-color: #A312CB;
}
</style>
border-color css
<style>
span { border-color: #A312CB; }
span { border-color: rgb(163,18,203); }
td.TdClassName
{
border-color: #A312CB;
}
.TagClassName
{
border-color: #A312CB;
}
</style>