Shades of Blue Violet #A042F8
Tints of Blue Violet #A042F8
RGB
CMYK
RGB Variations
Color information
#A042F8 (or 0xA042F8) is known color: Blue Violet. HEX triplet: A0, 42 and F8. RGB value is (160,66,248). Sum of RGB (Red+Green+Blue) = 160+66+248=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #A042F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A042F8 is #5FBD07. Grayscale: #727272. Windows color (decimal): -6274312 or 16269984. OLE color: 16269984.
HSL color Cylindrical-coordinate representation of color #A042F8: hue angle of 270.99º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A042F8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 66 | 248 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.03 |
| HSL | 270.99º | 0.93% | 0.62% | - |
| HSV(B) | 270.99º | 0.73% | 0.97% | - |
| XYZ | 33.39 | 18.15 | 90.55 | - |
| YUV | 114.85 | 203.14 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 248 | 0.35 | 0.73 | 0 | 0.03 | 270.99 | 0.93 | 0.62 |
| Hex | A0 | 42 | F8 | 23 | 49 | 0 | 3 | 10F | 5D | 3E |
| Octal | 240 | 102 | 370 | 43 | 111 | 0 | 3 | 417 | 135 | 76 |
| Binary | 10100000 | 1000010 | 11111000 | 100011 | 1001001 | 0 | 11 | 100001111 | 1011101 | 111110 |
Color Harmonies of #A042F8
Complementary color
Monochromatic Colors of #A042F8
Black with #A042F8
Text Example
Text Example
White with #A042F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A042F8; }
p { color: rgb(160,66,248); }
H1.HeaderClassName
{
color: #A042F8;
}
.AnyTagClassName
{
color: #A042F8;
}
</style>
background-color css
<style>
a { background-color: #A042F8; }
a { background-color: rgb(160,66,248); }
div.DivClassName
{
background-color: #A042F8;
}
.BgClassName
{
background-color: #A042F8;
}
</style>
border-color css
<style>
span { border-color: #A042F8; }
span { border-color: rgb(160,66,248); }
td.TdClassName
{
border-color: #A042F8;
}
.TagClassName
{
border-color: #A042F8;
}
</style>