Shades of Blue Violet #A03BEE
Tints of Blue Violet #A03BEE
RGB
CMYK
RGB Variations
Color information
#A03BEE (or 0xA03BEE) is known color: Blue Violet. HEX triplet: A0, 3B and EE. RGB value is (160,59,238). Sum of RGB (Red+Green+Blue) = 160+59+238=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #A03BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03BEE is #5FC411. Grayscale: #6C6C6C. Windows color (decimal): -6276114 or 15612832. OLE color: 15612832.
HSL color Cylindrical-coordinate representation of color #A03BEE: hue angle of 273.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03BEE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 59 | 238 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.07 |
| HSL | 273.85º | 0.84% | 0.58% | - |
| HSV(B) | 273.85º | 0.75% | 0.93% | - |
| XYZ | 31.49 | 16.77 | 82.47 | - |
| YUV | 109.61 | 200.46 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 238 | 0.33 | 0.75 | 0 | 0.07 | 273.85 | 0.84 | 0.58 |
| Hex | A0 | 3B | EE | 21 | 4B | 0 | 7 | 112 | 54 | 3A |
| Octal | 240 | 73 | 356 | 41 | 113 | 0 | 7 | 422 | 124 | 72 |
| Binary | 10100000 | 111011 | 11101110 | 100001 | 1001011 | 0 | 111 | 100010010 | 1010100 | 111010 |
Color Harmonies of #A03BEE
Complementary color
Monochromatic Colors of #A03BEE
Black with #A03BEE
Text Example
Text Example
White with #A03BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BEE; }
p { color: rgb(160,59,238); }
H1.HeaderClassName
{
color: #A03BEE;
}
.AnyTagClassName
{
color: #A03BEE;
}
</style>
background-color css
<style>
a { background-color: #A03BEE; }
a { background-color: rgb(160,59,238); }
div.DivClassName
{
background-color: #A03BEE;
}
.BgClassName
{
background-color: #A03BEE;
}
</style>
border-color css
<style>
span { border-color: #A03BEE; }
span { border-color: rgb(160,59,238); }
td.TdClassName
{
border-color: #A03BEE;
}
.TagClassName
{
border-color: #A03BEE;
}
</style>