Shades of Dark Violet #A504CB
Tints of Dark Violet #A504CB
RGB
CMYK
RGB Variations
Color information
#A504CB (or 0xA504CB) is known color: Dark Violet. HEX triplet: A5, 04 and CB. RGB value is (165,4,203). Sum of RGB (Red+Green+Blue) = 165+4+203=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #A504CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504CB is #5AFB34. Grayscale: #4A4A4A. Windows color (decimal): -5962549 or 13304997. OLE color: 13304997.
HSL color Cylindrical-coordinate representation of color #A504CB: hue angle of 288.54º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504CB is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 4 | 203 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.20 |
| HSL | 288.54º | 0.96% | 0.41% | - |
| HSV(B) | 288.54º | 0.98% | 0.8% | - |
| XYZ | 26.34 | 12.4 | 57.5 | - |
| YUV | 74.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 203 | 0.19 | 0.98 | 0 | 0.20 | 288.54 | 0.96 | 0.41 |
| Hex | A5 | 4 | CB | 13 | 62 | 0 | 14 | 121 | 60 | 29 |
| Octal | 245 | 4 | 313 | 23 | 142 | 0 | 24 | 441 | 140 | 51 |
| Binary | 10100101 | 100 | 11001011 | 10011 | 1100010 | 0 | 10100 | 100100001 | 1100000 | 101001 |
Color Harmonies of #A504CB
Complementary color
Monochromatic Colors of #A504CB
Black with #A504CB
Text Example
Text Example
White with #A504CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504CB; }
p { color: rgb(165,4,203); }
H1.HeaderClassName
{
color: #A504CB;
}
.AnyTagClassName
{
color: #A504CB;
}
</style>
background-color css
<style>
a { background-color: #A504CB; }
a { background-color: rgb(165,4,203); }
div.DivClassName
{
background-color: #A504CB;
}
.BgClassName
{
background-color: #A504CB;
}
</style>
border-color css
<style>
span { border-color: #A504CB; }
span { border-color: rgb(165,4,203); }
td.TdClassName
{
border-color: #A504CB;
}
.TagClassName
{
border-color: #A504CB;
}
</style>