Shades of Dark Violet #A702B7
Tints of Dark Violet #A702B7
RGB
CMYK
RGB Variations
Color information
#A702B7 (or 0xA702B7) is known color: Dark Violet. HEX triplet: A7, 02 and B7. RGB value is (167,2,183). Sum of RGB (Red+Green+Blue) = 167+2+183=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #A702B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702B7 is #58FD48. Grayscale: #474747. Windows color (decimal): -5832009 or 11993767. OLE color: 11993767.
HSL color Cylindrical-coordinate representation of color #A702B7: hue angle of 294.7º 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 #A702B7 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 2 | 183 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.28 |
| HSL | 294.7º | 0.98% | 0.36% | - |
| HSV(B) | 294.7º | 0.99% | 0.72% | - |
| XYZ | 24.51 | 11.68 | 45.76 | - |
| YUV | 71.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 183 | 0.09 | 0.99 | 0 | 0.28 | 294.7 | 0.98 | 0.36 |
| Hex | A7 | 2 | B7 | 9 | 63 | 0 | 1C | 127 | 62 | 24 |
| Octal | 247 | 2 | 267 | 11 | 143 | 0 | 34 | 447 | 142 | 44 |
| Binary | 10100111 | 10 | 10110111 | 1001 | 1100011 | 0 | 11100 | 100100111 | 1100010 | 100100 |
Color Harmonies of #A702B7
Complementary color
Monochromatic Colors of #A702B7
Black with #A702B7
Text Example
Text Example
White with #A702B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702B7; }
p { color: rgb(167,2,183); }
H1.HeaderClassName
{
color: #A702B7;
}
.AnyTagClassName
{
color: #A702B7;
}
</style>
background-color css
<style>
a { background-color: #A702B7; }
a { background-color: rgb(167,2,183); }
div.DivClassName
{
background-color: #A702B7;
}
.BgClassName
{
background-color: #A702B7;
}
</style>
border-color css
<style>
span { border-color: #A702B7; }
span { border-color: rgb(167,2,183); }
td.TdClassName
{
border-color: #A702B7;
}
.TagClassName
{
border-color: #A702B7;
}
</style>