Shades of Dark Violet #A510CB
Tints of Dark Violet #A510CB
RGB
CMYK
RGB Variations
Color information
#A510CB (or 0xA510CB) is known color: Dark Violet. HEX triplet: A5, 10 and CB. RGB value is (165,16,203). Sum of RGB (Red+Green+Blue) = 165+16+203=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 16 (6.64% from 255 or 4.17% 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 #A510CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510CB is #5AEF34. Grayscale: #515151. Windows color (decimal): -5959477 or 13308069. OLE color: 13308069.
HSL color Cylindrical-coordinate representation of color #A510CB: hue angle of 287.81º 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 #A510CB is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 16 | 203 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.20 |
| HSL | 287.81º | 0.85% | 0.43% | - |
| HSV(B) | 287.81º | 0.92% | 0.8% | - |
| XYZ | 26.48 | 12.68 | 57.55 | - |
| YUV | 81.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 203 | 0.19 | 0.92 | 0 | 0.20 | 287.81 | 0.85 | 0.43 |
| Hex | A5 | 10 | CB | 13 | 5C | 0 | 14 | 120 | 55 | 2B |
| Octal | 245 | 20 | 313 | 23 | 134 | 0 | 24 | 440 | 125 | 53 |
| Binary | 10100101 | 10000 | 11001011 | 10011 | 1011100 | 0 | 10100 | 100100000 | 1010101 | 101011 |
Color Harmonies of #A510CB
Complementary color
Monochromatic Colors of #A510CB
Black with #A510CB
Text Example
Text Example
White with #A510CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510CB; }
p { color: rgb(165,16,203); }
H1.HeaderClassName
{
color: #A510CB;
}
.AnyTagClassName
{
color: #A510CB;
}
</style>
background-color css
<style>
a { background-color: #A510CB; }
a { background-color: rgb(165,16,203); }
div.DivClassName
{
background-color: #A510CB;
}
.BgClassName
{
background-color: #A510CB;
}
</style>
border-color css
<style>
span { border-color: #A510CB; }
span { border-color: rgb(165,16,203); }
td.TdClassName
{
border-color: #A510CB;
}
.TagClassName
{
border-color: #A510CB;
}
</style>