Shades of Blue Violet #A02DF7
Tints of Blue Violet #A02DF7
RGB
CMYK
RGB Variations
Color information
#A02DF7 (or 0xA02DF7) is known color: Blue Violet. HEX triplet: A0, 2D and F7. RGB value is (160,45,247). Sum of RGB (Red+Green+Blue) = 160+45+247=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #A02DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02DF7 is #5FD208. Grayscale: #656565. Windows color (decimal): -6279689 or 16199072. OLE color: 16199072.
HSL color Cylindrical-coordinate representation of color #A02DF7: hue angle of 274.16º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02DF7 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 45 | 247 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.03 |
| HSL | 274.16º | 0.93% | 0.57% | - |
| HSV(B) | 274.16º | 0.82% | 0.97% | - |
| XYZ | 32.22 | 16.07 | 89.4 | - |
| YUV | 102.41 | 209.6 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 247 | 0.35 | 0.82 | 0 | 0.03 | 274.16 | 0.93 | 0.57 |
| Hex | A0 | 2D | F7 | 23 | 52 | 0 | 3 | 112 | 5D | 39 |
| Octal | 240 | 55 | 367 | 43 | 122 | 0 | 3 | 422 | 135 | 71 |
| Binary | 10100000 | 101101 | 11110111 | 100011 | 1010010 | 0 | 11 | 100010010 | 1011101 | 111001 |
Color Harmonies of #A02DF7
Complementary color
Monochromatic Colors of #A02DF7
Black with #A02DF7
Text Example
Text Example
White with #A02DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02DF7; }
p { color: rgb(160,45,247); }
H1.HeaderClassName
{
color: #A02DF7;
}
.AnyTagClassName
{
color: #A02DF7;
}
</style>
background-color css
<style>
a { background-color: #A02DF7; }
a { background-color: rgb(160,45,247); }
div.DivClassName
{
background-color: #A02DF7;
}
.BgClassName
{
background-color: #A02DF7;
}
</style>
border-color css
<style>
span { border-color: #A02DF7; }
span { border-color: rgb(160,45,247); }
td.TdClassName
{
border-color: #A02DF7;
}
.TagClassName
{
border-color: #A02DF7;
}
</style>