Shades of Dark Violet #A502DB
Tints of Dark Violet #A502DB
RGB
CMYK
RGB Variations
Color information
#A502DB (or 0xA502DB) is known color: Dark Violet. HEX triplet: A5, 02 and DB. RGB value is (165,2,219). Sum of RGB (Red+Green+Blue) = 165+2+219=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A502DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502DB is #5AFD24. Grayscale: #4A4A4A. Windows color (decimal): -5963045 or 14353061. OLE color: 14353061.
HSL color Cylindrical-coordinate representation of color #A502DB: hue angle of 285.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502DB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 2 | 219 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.14 |
| HSL | 285.07º | 0.98% | 0.43% | - |
| HSV(B) | 285.07º | 0.99% | 0.86% | - |
| XYZ | 28.32 | 13.16 | 68.06 | - |
| YUV | 75.48 | 209 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 219 | 0.25 | 0.99 | 0 | 0.14 | 285.07 | 0.98 | 0.43 |
| Hex | A5 | 2 | DB | 19 | 63 | 0 | E | 11D | 62 | 2B |
| Octal | 245 | 2 | 333 | 31 | 143 | 0 | 16 | 435 | 142 | 53 |
| Binary | 10100101 | 10 | 11011011 | 11001 | 1100011 | 0 | 1110 | 100011101 | 1100010 | 101011 |
Color Harmonies of #A502DB
Complementary color
Monochromatic Colors of #A502DB
Black with #A502DB
Text Example
Text Example
White with #A502DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502DB; }
p { color: rgb(165,2,219); }
H1.HeaderClassName
{
color: #A502DB;
}
.AnyTagClassName
{
color: #A502DB;
}
</style>
background-color css
<style>
a { background-color: #A502DB; }
a { background-color: rgb(165,2,219); }
div.DivClassName
{
background-color: #A502DB;
}
.BgClassName
{
background-color: #A502DB;
}
</style>
border-color css
<style>
span { border-color: #A502DB; }
span { border-color: rgb(165,2,219); }
td.TdClassName
{
border-color: #A502DB;
}
.TagClassName
{
border-color: #A502DB;
}
</style>