Shades of Dark Violet #A702B8
Tints of Dark Violet #A702B8
RGB
CMYK
RGB Variations
Color information
#A702B8 (or 0xA702B8) is known color: Dark Violet. HEX triplet: A7, 02 and B8. RGB value is (167,2,184). Sum of RGB (Red+Green+Blue) = 167+2+184=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #A702B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702B8 is #58FD47. Grayscale: #474747. Windows color (decimal): -5832008 or 12059303. OLE color: 12059303.
HSL color Cylindrical-coordinate representation of color #A702B8: hue angle of 294.4º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A702B8 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 2 | 184 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.28 |
| HSL | 294.4º | 0.98% | 0.36% | - |
| HSV(B) | 294.4º | 0.99% | 0.72% | - |
| XYZ | 24.61 | 11.72 | 46.31 | - |
| YUV | 72.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 184 | 0.09 | 0.99 | 0 | 0.28 | 294.4 | 0.98 | 0.36 |
| Hex | A7 | 2 | B8 | 9 | 63 | 0 | 1C | 126 | 62 | 24 |
| Octal | 247 | 2 | 270 | 11 | 143 | 0 | 34 | 446 | 142 | 44 |
| Binary | 10100111 | 10 | 10111000 | 1001 | 1100011 | 0 | 11100 | 100100110 | 1100010 | 100100 |
Color Harmonies of #A702B8
Complementary color
Monochromatic Colors of #A702B8
Black with #A702B8
Text Example
Text Example
White with #A702B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702B8; }
p { color: rgb(167,2,184); }
H1.HeaderClassName
{
color: #A702B8;
}
.AnyTagClassName
{
color: #A702B8;
}
</style>
background-color css
<style>
a { background-color: #A702B8; }
a { background-color: rgb(167,2,184); }
div.DivClassName
{
background-color: #A702B8;
}
.BgClassName
{
background-color: #A702B8;
}
</style>
border-color css
<style>
span { border-color: #A702B8; }
span { border-color: rgb(167,2,184); }
td.TdClassName
{
border-color: #A702B8;
}
.TagClassName
{
border-color: #A702B8;
}
</style>