Shades of Dark Violet #A702DD
Tints of Dark Violet #A702DD
RGB
CMYK
RGB Variations
Color information
#A702DD (or 0xA702DD) is known color: Dark Violet. HEX triplet: A7, 02 and DD. RGB value is (167,2,221). Sum of RGB (Red+Green+Blue) = 167+2+221=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #A702DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702DD is #58FD22. Grayscale: #4B4B4B. Windows color (decimal): -5831971 or 14484135. OLE color: 14484135.
HSL color Cylindrical-coordinate representation of color #A702DD: hue angle of 285.21º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702DD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 2 | 221 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.13 |
| HSL | 285.21º | 0.98% | 0.44% | - |
| HSV(B) | 285.21º | 0.99% | 0.87% | - |
| XYZ | 29.01 | 13.48 | 69.48 | - |
| YUV | 76.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 221 | 0.24 | 0.99 | 0 | 0.13 | 285.21 | 0.98 | 0.44 |
| Hex | A7 | 2 | DD | 18 | 63 | 0 | D | 11D | 62 | 2C |
| Octal | 247 | 2 | 335 | 30 | 143 | 0 | 15 | 435 | 142 | 54 |
| Binary | 10100111 | 10 | 11011101 | 11000 | 1100011 | 0 | 1101 | 100011101 | 1100010 | 101100 |
Color Harmonies of #A702DD
Complementary color
Monochromatic Colors of #A702DD
Black with #A702DD
Text Example
Text Example
White with #A702DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702DD; }
p { color: rgb(167,2,221); }
H1.HeaderClassName
{
color: #A702DD;
}
.AnyTagClassName
{
color: #A702DD;
}
</style>
background-color css
<style>
a { background-color: #A702DD; }
a { background-color: rgb(167,2,221); }
div.DivClassName
{
background-color: #A702DD;
}
.BgClassName
{
background-color: #A702DD;
}
</style>
border-color css
<style>
span { border-color: #A702DD; }
span { border-color: rgb(167,2,221); }
td.TdClassName
{
border-color: #A702DD;
}
.TagClassName
{
border-color: #A702DD;
}
</style>