Shades of Blue Violet #A02BFF
Tints of Blue Violet #A02BFF
RGB
CMYK
RGB Variations
Color information
#A02BFF (or 0xA02BFF) is known color: Blue Violet. HEX triplet: A0, 2B and FF. RGB value is (160,43,255). Sum of RGB (Red+Green+Blue) = 160+43+255=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #A02BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02BFF is #5FD400. Grayscale: #656565. Windows color (decimal): -6280193 or 16722848. OLE color: 16722848.
HSL color Cylindrical-coordinate representation of color #A02BFF: hue angle of 273.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A02BFF is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 43 | 255 | - |
| CMYK | 0.37 | 0.83 | 0 | 0 |
| HSL | 273.11º | 1% | 0.58% | - |
| HSV(B) | 273.11º | 0.83% | 1% | - |
| XYZ | 33.41 | 16.42 | 96.02 | - |
| YUV | 102.15 | 214.26 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 255 | 0.37 | 0.83 | 0 | 0 | 273.11 | 1 | 0.58 |
| Hex | A0 | 2B | FF | 25 | 53 | 0 | 0 | 111 | 64 | 3A |
| Octal | 240 | 53 | 377 | 45 | 123 | 0 | 0 | 421 | 144 | 72 |
| Binary | 10100000 | 101011 | 11111111 | 100101 | 1010011 | 0 | 0 | 100010001 | 1100100 | 111010 |
Color Harmonies of #A02BFF
Complementary color
Monochromatic Colors of #A02BFF
Black with #A02BFF
Text Example
Text Example
White with #A02BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02BFF; }
p { color: rgb(160,43,255); }
H1.HeaderClassName
{
color: #A02BFF;
}
.AnyTagClassName
{
color: #A02BFF;
}
</style>
background-color css
<style>
a { background-color: #A02BFF; }
a { background-color: rgb(160,43,255); }
div.DivClassName
{
background-color: #A02BFF;
}
.BgClassName
{
background-color: #A02BFF;
}
</style>
border-color css
<style>
span { border-color: #A02BFF; }
span { border-color: rgb(160,43,255); }
td.TdClassName
{
border-color: #A02BFF;
}
.TagClassName
{
border-color: #A02BFF;
}
</style>