Shades of Blue Violet #A03BF8
Tints of Blue Violet #A03BF8
RGB
CMYK
RGB Variations
Color information
#A03BF8 (or 0xA03BF8) is known color: Blue Violet. HEX triplet: A0, 3B and F8. RGB value is (160,59,248). Sum of RGB (Red+Green+Blue) = 160+59+248=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #A03BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03BF8 is #5FC407. Grayscale: #6E6E6E. Windows color (decimal): -6276104 or 16268192. OLE color: 16268192.
HSL color Cylindrical-coordinate representation of color #A03BF8: hue angle of 272.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03BF8 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 59 | 248 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.03 |
| HSL | 272.06º | 0.93% | 0.6% | - |
| HSV(B) | 272.06º | 0.76% | 0.97% | - |
| XYZ | 33 | 17.38 | 90.42 | - |
| YUV | 110.75 | 205.46 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 248 | 0.35 | 0.76 | 0 | 0.03 | 272.06 | 0.93 | 0.6 |
| Hex | A0 | 3B | F8 | 23 | 4C | 0 | 3 | 110 | 5D | 3C |
| Octal | 240 | 73 | 370 | 43 | 114 | 0 | 3 | 420 | 135 | 74 |
| Binary | 10100000 | 111011 | 11111000 | 100011 | 1001100 | 0 | 11 | 100010000 | 1011101 | 111100 |
Color Harmonies of #A03BF8
Complementary color
Monochromatic Colors of #A03BF8
Black with #A03BF8
Text Example
Text Example
White with #A03BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BF8; }
p { color: rgb(160,59,248); }
H1.HeaderClassName
{
color: #A03BF8;
}
.AnyTagClassName
{
color: #A03BF8;
}
</style>
background-color css
<style>
a { background-color: #A03BF8; }
a { background-color: rgb(160,59,248); }
div.DivClassName
{
background-color: #A03BF8;
}
.BgClassName
{
background-color: #A03BF8;
}
</style>
border-color css
<style>
span { border-color: #A03BF8; }
span { border-color: rgb(160,59,248); }
td.TdClassName
{
border-color: #A03BF8;
}
.TagClassName
{
border-color: #A03BF8;
}
</style>