Shades of Blue Violet #A02AF8
Tints of Blue Violet #A02AF8
RGB
CMYK
RGB Variations
Color information
#A02AF8 (or 0xA02AF8) is known color: Blue Violet. HEX triplet: A0, 2A and F8. RGB value is (160,42,248). Sum of RGB (Red+Green+Blue) = 160+42+248=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #A02AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A02AF8 is #5FD507. Grayscale: #646464. Windows color (decimal): -6280456 or 16263840. OLE color: 16263840.
HSL color Cylindrical-coordinate representation of color #A02AF8: hue angle of 274.37º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A02AF8 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 42 | 248 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.03 |
| HSL | 274.37º | 0.94% | 0.57% | - |
| HSV(B) | 274.37º | 0.83% | 0.97% | - |
| XYZ | 32.27 | 15.91 | 90.18 | - |
| YUV | 100.77 | 211.09 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 248 | 0.35 | 0.83 | 0 | 0.03 | 274.37 | 0.94 | 0.57 |
| Hex | A0 | 2A | F8 | 23 | 53 | 0 | 3 | 112 | 5E | 39 |
| Octal | 240 | 52 | 370 | 43 | 123 | 0 | 3 | 422 | 136 | 71 |
| Binary | 10100000 | 101010 | 11111000 | 100011 | 1010011 | 0 | 11 | 100010010 | 1011110 | 111001 |
Color Harmonies of #A02AF8
Complementary color
Monochromatic Colors of #A02AF8
Black with #A02AF8
Text Example
Text Example
White with #A02AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02AF8; }
p { color: rgb(160,42,248); }
H1.HeaderClassName
{
color: #A02AF8;
}
.AnyTagClassName
{
color: #A02AF8;
}
</style>
background-color css
<style>
a { background-color: #A02AF8; }
a { background-color: rgb(160,42,248); }
div.DivClassName
{
background-color: #A02AF8;
}
.BgClassName
{
background-color: #A02AF8;
}
</style>
border-color css
<style>
span { border-color: #A02AF8; }
span { border-color: rgb(160,42,248); }
td.TdClassName
{
border-color: #A02AF8;
}
.TagClassName
{
border-color: #A02AF8;
}
</style>