Shades of Dark Violet #A502CD
Tints of Dark Violet #A502CD
RGB
CMYK
RGB Variations
Color information
#A502CD (or 0xA502CD) is known color: Dark Violet. HEX triplet: A5, 02 and CD. RGB value is (165,2,205). Sum of RGB (Red+Green+Blue) = 165+2+205=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #A502CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502CD is #5AFD32. Grayscale: #494949. Windows color (decimal): -5963059 or 13435557. OLE color: 13435557.
HSL color Cylindrical-coordinate representation of color #A502CD: hue angle of 288.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502CD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 2 | 205 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.20 |
| HSL | 288.18º | 0.98% | 0.41% | - |
| HSV(B) | 288.18º | 0.99% | 0.8% | - |
| XYZ | 26.56 | 12.45 | 58.76 | - |
| YUV | 73.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 205 | 0.20 | 0.99 | 0 | 0.20 | 288.18 | 0.98 | 0.41 |
| Hex | A5 | 2 | CD | 14 | 63 | 0 | 14 | 120 | 62 | 29 |
| Octal | 245 | 2 | 315 | 24 | 143 | 0 | 24 | 440 | 142 | 51 |
| Binary | 10100101 | 10 | 11001101 | 10100 | 1100011 | 0 | 10100 | 100100000 | 1100010 | 101001 |
Color Harmonies of #A502CD
Complementary color
Monochromatic Colors of #A502CD
Black with #A502CD
Text Example
Text Example
White with #A502CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502CD; }
p { color: rgb(165,2,205); }
H1.HeaderClassName
{
color: #A502CD;
}
.AnyTagClassName
{
color: #A502CD;
}
</style>
background-color css
<style>
a { background-color: #A502CD; }
a { background-color: rgb(165,2,205); }
div.DivClassName
{
background-color: #A502CD;
}
.BgClassName
{
background-color: #A502CD;
}
</style>
border-color css
<style>
span { border-color: #A502CD; }
span { border-color: rgb(165,2,205); }
td.TdClassName
{
border-color: #A502CD;
}
.TagClassName
{
border-color: #A502CD;
}
</style>