Shades of Blue Violet #A032F8
Tints of Blue Violet #A032F8
RGB
CMYK
RGB Variations
Color information
#A032F8 (or 0xA032F8) is known color: Blue Violet. HEX triplet: A0, 32 and F8. RGB value is (160,50,248). Sum of RGB (Red+Green+Blue) = 160+50+248=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #A032F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032F8 is #5FCD07. Grayscale: #686868. Windows color (decimal): -6278408 or 16265888. OLE color: 16265888.
HSL color Cylindrical-coordinate representation of color #A032F8: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A032F8 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 50 | 248 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.03 |
| HSL | 273.33º | 0.93% | 0.58% | - |
| HSV(B) | 273.33º | 0.8% | 0.97% | - |
| XYZ | 32.58 | 16.53 | 90.28 | - |
| YUV | 105.46 | 208.44 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 248 | 0.35 | 0.80 | 0 | 0.03 | 273.33 | 0.93 | 0.58 |
| Hex | A0 | 32 | F8 | 23 | 50 | 0 | 3 | 111 | 5D | 3A |
| Octal | 240 | 62 | 370 | 43 | 120 | 0 | 3 | 421 | 135 | 72 |
| Binary | 10100000 | 110010 | 11111000 | 100011 | 1010000 | 0 | 11 | 100010001 | 1011101 | 111010 |
Color Harmonies of #A032F8
Complementary color
Monochromatic Colors of #A032F8
Black with #A032F8
Text Example
Text Example
White with #A032F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032F8; }
p { color: rgb(160,50,248); }
H1.HeaderClassName
{
color: #A032F8;
}
.AnyTagClassName
{
color: #A032F8;
}
</style>
background-color css
<style>
a { background-color: #A032F8; }
a { background-color: rgb(160,50,248); }
div.DivClassName
{
background-color: #A032F8;
}
.BgClassName
{
background-color: #A032F8;
}
</style>
border-color css
<style>
span { border-color: #A032F8; }
span { border-color: rgb(160,50,248); }
td.TdClassName
{
border-color: #A032F8;
}
.TagClassName
{
border-color: #A032F8;
}
</style>