Shades of Dark Violet #A510CC
Tints of Dark Violet #A510CC
RGB
CMYK
RGB Variations
Color information
#A510CC (or 0xA510CC) is known color: Dark Violet. HEX triplet: A5, 10 and CC. RGB value is (165,16,204). Sum of RGB (Red+Green+Blue) = 165+16+204=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A510CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510CC is #5AEF33. Grayscale: #515151. Windows color (decimal): -5959476 or 13373605. OLE color: 13373605.
HSL color Cylindrical-coordinate representation of color #A510CC: hue angle of 287.55º 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 #A510CC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 16 | 204 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.2 |
| HSL | 287.55º | 0.85% | 0.43% | - |
| HSV(B) | 287.55º | 0.92% | 0.8% | - |
| XYZ | 26.6 | 12.73 | 58.18 | - |
| YUV | 81.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 204 | 0.19 | 0.92 | 0 | 0.2 | 287.55 | 0.85 | 0.43 |
| Hex | A5 | 10 | CC | 13 | 5C | 0 | 14 | 120 | 55 | 2B |
| Octal | 245 | 20 | 314 | 23 | 134 | 0 | 24 | 440 | 125 | 53 |
| Binary | 10100101 | 10000 | 11001100 | 10011 | 1011100 | 0 | 10100 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A510CC
Complementary color
Monochromatic Colors of #A510CC
Black with #A510CC
Text Example
Text Example
White with #A510CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510CC; }
p { color: rgb(165,16,204); }
H1.HeaderClassName
{
color: #A510CC;
}
.AnyTagClassName
{
color: #A510CC;
}
</style>
background-color css
<style>
a { background-color: #A510CC; }
a { background-color: rgb(165,16,204); }
div.DivClassName
{
background-color: #A510CC;
}
.BgClassName
{
background-color: #A510CC;
}
</style>
border-color css
<style>
span { border-color: #A510CC; }
span { border-color: rgb(165,16,204); }
td.TdClassName
{
border-color: #A510CC;
}
.TagClassName
{
border-color: #A510CC;
}
</style>