Shades of Dark Violet #A502B2
Tints of Dark Violet #A502B2
RGB
CMYK
RGB Variations
Color information
#A502B2 (or 0xA502B2) is known color: Dark Violet. HEX triplet: A5, 02 and B2. RGB value is (165,2,178). Sum of RGB (Red+Green+Blue) = 165+2+178=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #A502B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A502B2 is #5AFD4D. Grayscale: #464646. Windows color (decimal): -5963086 or 11666085. OLE color: 11666085.
HSL color Cylindrical-coordinate representation of color #A502B2: hue angle of 295.57º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502B2 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 2 | 178 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.30 |
| HSL | 295.57º | 0.98% | 0.35% | - |
| HSV(B) | 295.57º | 0.99% | 0.7% | - |
| XYZ | 23.57 | 11.26 | 43.05 | - |
| YUV | 70.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 178 | 0.07 | 0.99 | 0 | 0.30 | 295.57 | 0.98 | 0.35 |
| Hex | A5 | 2 | B2 | 7 | 63 | 0 | 1E | 128 | 62 | 23 |
| Octal | 245 | 2 | 262 | 7 | 143 | 0 | 36 | 450 | 142 | 43 |
| Binary | 10100101 | 10 | 10110010 | 111 | 1100011 | 0 | 11110 | 100101000 | 1100010 | 100011 |
Color Harmonies of #A502B2
Complementary color
Monochromatic Colors of #A502B2
Black with #A502B2
Text Example
Text Example
White with #A502B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502B2; }
p { color: rgb(165,2,178); }
H1.HeaderClassName
{
color: #A502B2;
}
.AnyTagClassName
{
color: #A502B2;
}
</style>
background-color css
<style>
a { background-color: #A502B2; }
a { background-color: rgb(165,2,178); }
div.DivClassName
{
background-color: #A502B2;
}
.BgClassName
{
background-color: #A502B2;
}
</style>
border-color css
<style>
span { border-color: #A502B2; }
span { border-color: rgb(165,2,178); }
td.TdClassName
{
border-color: #A502B2;
}
.TagClassName
{
border-color: #A502B2;
}
</style>