Shades of Blue Violet #A02FFF
Tints of Blue Violet #A02FFF
RGB
CMYK
RGB Variations
Color information
#A02FFF (or 0xA02FFF) is known color: Blue Violet. HEX triplet: A0, 2F and FF. RGB value is (160,47,255). Sum of RGB (Red+Green+Blue) = 160+47+255=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #A02FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02FFF is #5FD000. Grayscale: #676767. Windows color (decimal): -6279169 or 16723872. OLE color: 16723872.
HSL color Cylindrical-coordinate representation of color #A02FFF: hue angle of 272.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02FFF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 47 | 255 | - |
| CMYK | 0.37 | 0.82 | 0 | 0 |
| HSL | 272.6º | 1% | 0.59% | - |
| HSV(B) | 272.6º | 0.82% | 1% | - |
| XYZ | 33.56 | 16.73 | 96.07 | - |
| YUV | 104.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 255 | 0.37 | 0.82 | 0 | 0 | 272.6 | 1 | 0.59 |
| Hex | A0 | 2F | FF | 25 | 52 | 0 | 0 | 111 | 64 | 3B |
| Octal | 240 | 57 | 377 | 45 | 122 | 0 | 0 | 421 | 144 | 73 |
| Binary | 10100000 | 101111 | 11111111 | 100101 | 1010010 | 0 | 0 | 100010001 | 1100100 | 111011 |
Color Harmonies of #A02FFF
Complementary color
Monochromatic Colors of #A02FFF
Black with #A02FFF
Text Example
Text Example
White with #A02FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02FFF; }
p { color: rgb(160,47,255); }
H1.HeaderClassName
{
color: #A02FFF;
}
.AnyTagClassName
{
color: #A02FFF;
}
</style>
background-color css
<style>
a { background-color: #A02FFF; }
a { background-color: rgb(160,47,255); }
div.DivClassName
{
background-color: #A02FFF;
}
.BgClassName
{
background-color: #A02FFF;
}
</style>
border-color css
<style>
span { border-color: #A02FFF; }
span { border-color: rgb(160,47,255); }
td.TdClassName
{
border-color: #A02FFF;
}
.TagClassName
{
border-color: #A02FFF;
}
</style>