Shades of Blue Violet #A02CF0
Tints of Blue Violet #A02CF0
RGB
CMYK
RGB Variations
Color information
#A02CF0 (or 0xA02CF0) is known color: Blue Violet. HEX triplet: A0, 2C and F0. RGB value is (160,44,240). Sum of RGB (Red+Green+Blue) = 160+44+240=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #A02CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02CF0 is #5FD30F. Grayscale: #646464. Windows color (decimal): -6279952 or 15740064. OLE color: 15740064.
HSL color Cylindrical-coordinate representation of color #A02CF0: hue angle of 275.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A02CF0 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 44 | 240 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.06 |
| HSL | 275.51º | 0.87% | 0.56% | - |
| HSV(B) | 275.51º | 0.82% | 0.94% | - |
| XYZ | 31.13 | 15.57 | 83.8 | - |
| YUV | 101.03 | 206.43 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 240 | 0.33 | 0.82 | 0 | 0.06 | 275.51 | 0.87 | 0.56 |
| Hex | A0 | 2C | F0 | 21 | 52 | 0 | 6 | 114 | 57 | 38 |
| Octal | 240 | 54 | 360 | 41 | 122 | 0 | 6 | 424 | 127 | 70 |
| Binary | 10100000 | 101100 | 11110000 | 100001 | 1010010 | 0 | 110 | 100010100 | 1010111 | 111000 |
Color Harmonies of #A02CF0
Complementary color
Monochromatic Colors of #A02CF0
Black with #A02CF0
Text Example
Text Example
White with #A02CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02CF0; }
p { color: rgb(160,44,240); }
H1.HeaderClassName
{
color: #A02CF0;
}
.AnyTagClassName
{
color: #A02CF0;
}
</style>
background-color css
<style>
a { background-color: #A02CF0; }
a { background-color: rgb(160,44,240); }
div.DivClassName
{
background-color: #A02CF0;
}
.BgClassName
{
background-color: #A02CF0;
}
</style>
border-color css
<style>
span { border-color: #A02CF0; }
span { border-color: rgb(160,44,240); }
td.TdClassName
{
border-color: #A02CF0;
}
.TagClassName
{
border-color: #A02CF0;
}
</style>