Shades of Blue Violet #A02CFF
Tints of Blue Violet #A02CFF
RGB
CMYK
RGB Variations
Color information
#A02CFF (or 0xA02CFF) is known color: Blue Violet. HEX triplet: A0, 2C and FF. RGB value is (160,44,255). Sum of RGB (Red+Green+Blue) = 160+44+255=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #A02CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02CFF is #5FD300. Grayscale: #666666. Windows color (decimal): -6279937 or 16723104. OLE color: 16723104.
HSL color Cylindrical-coordinate representation of color #A02CFF: hue angle of 272.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A02CFF is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 44 | 255 | - |
| CMYK | 0.37 | 0.83 | 0 | 0 |
| HSL | 272.99º | 1% | 0.59% | - |
| HSV(B) | 272.99º | 0.83% | 1% | - |
| XYZ | 33.45 | 16.49 | 96.03 | - |
| YUV | 102.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 255 | 0.37 | 0.83 | 0 | 0 | 272.99 | 1 | 0.59 |
| Hex | A0 | 2C | FF | 25 | 53 | 0 | 0 | 111 | 64 | 3B |
| Octal | 240 | 54 | 377 | 45 | 123 | 0 | 0 | 421 | 144 | 73 |
| Binary | 10100000 | 101100 | 11111111 | 100101 | 1010011 | 0 | 0 | 100010001 | 1100100 | 111011 |
Color Harmonies of #A02CFF
Complementary color
Monochromatic Colors of #A02CFF
Black with #A02CFF
Text Example
Text Example
White with #A02CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CFF; }
p { color: rgb(160,44,255); }
H1.HeaderClassName
{
color: #A02CFF;
}
.AnyTagClassName
{
color: #A02CFF;
}
</style>
background-color css
<style>
a { background-color: #A02CFF; }
a { background-color: rgb(160,44,255); }
div.DivClassName
{
background-color: #A02CFF;
}
.BgClassName
{
background-color: #A02CFF;
}
</style>
border-color css
<style>
span { border-color: #A02CFF; }
span { border-color: rgb(160,44,255); }
td.TdClassName
{
border-color: #A02CFF;
}
.TagClassName
{
border-color: #A02CFF;
}
</style>