Shades of Dark Violet #A512CC
Tints of Dark Violet #A512CC
RGB
CMYK
RGB Variations
Color information
#A512CC (or 0xA512CC) is known color: Dark Violet. HEX triplet: A5, 12 and CC. RGB value is (165,18,204). Sum of RGB (Red+Green+Blue) = 165+18+204=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A512CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512CC is #5AED33. Grayscale: #525252. Windows color (decimal): -5958964 or 13374117. OLE color: 13374117.
HSL color Cylindrical-coordinate representation of color #A512CC: hue angle of 287.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512CC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 18 | 204 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.2 |
| HSL | 287.42º | 0.84% | 0.44% | - |
| HSV(B) | 287.42º | 0.91% | 0.8% | - |
| XYZ | 26.63 | 12.79 | 58.19 | - |
| YUV | 83.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 204 | 0.19 | 0.91 | 0 | 0.2 | 287.42 | 0.84 | 0.44 |
| Hex | A5 | 12 | CC | 13 | 5B | 0 | 14 | 11F | 54 | 2C |
| Octal | 245 | 22 | 314 | 23 | 133 | 0 | 24 | 437 | 124 | 54 |
| Binary | 10100101 | 10010 | 11001100 | 10011 | 1011011 | 0 | 10100 | 100011111 | 1010100 | 101100 |
Color Harmonies of #A512CC
Complementary color
Monochromatic Colors of #A512CC
Black with #A512CC
Text Example
Text Example
White with #A512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512CC; }
p { color: rgb(165,18,204); }
H1.HeaderClassName
{
color: #A512CC;
}
.AnyTagClassName
{
color: #A512CC;
}
</style>
background-color css
<style>
a { background-color: #A512CC; }
a { background-color: rgb(165,18,204); }
div.DivClassName
{
background-color: #A512CC;
}
.BgClassName
{
background-color: #A512CC;
}
</style>
border-color css
<style>
span { border-color: #A512CC; }
span { border-color: rgb(165,18,204); }
td.TdClassName
{
border-color: #A512CC;
}
.TagClassName
{
border-color: #A512CC;
}
</style>