Shades of Blue Violet #A035EE
Tints of Blue Violet #A035EE
RGB
CMYK
RGB Variations
Color information
#A035EE (or 0xA035EE) is known color: Blue Violet. HEX triplet: A0, 35 and EE. RGB value is (160,53,238). Sum of RGB (Red+Green+Blue) = 160+53+238=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #A035EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A035EE is #5FCA11. Grayscale: #696969. Windows color (decimal): -6277650 or 15611296. OLE color: 15611296.
HSL color Cylindrical-coordinate representation of color #A035EE: hue angle of 274.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A035EE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 53 | 238 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.07 |
| HSL | 274.7º | 0.84% | 0.57% | - |
| HSV(B) | 274.7º | 0.78% | 0.93% | - |
| XYZ | 31.2 | 16.19 | 82.37 | - |
| YUV | 106.08 | 202.45 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 238 | 0.33 | 0.78 | 0 | 0.07 | 274.7 | 0.84 | 0.57 |
| Hex | A0 | 35 | EE | 21 | 4E | 0 | 7 | 113 | 54 | 39 |
| Octal | 240 | 65 | 356 | 41 | 116 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100000 | 110101 | 11101110 | 100001 | 1001110 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A035EE
Complementary color
Monochromatic Colors of #A035EE
Black with #A035EE
Text Example
Text Example
White with #A035EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035EE; }
p { color: rgb(160,53,238); }
H1.HeaderClassName
{
color: #A035EE;
}
.AnyTagClassName
{
color: #A035EE;
}
</style>
background-color css
<style>
a { background-color: #A035EE; }
a { background-color: rgb(160,53,238); }
div.DivClassName
{
background-color: #A035EE;
}
.BgClassName
{
background-color: #A035EE;
}
</style>
border-color css
<style>
span { border-color: #A035EE; }
span { border-color: rgb(160,53,238); }
td.TdClassName
{
border-color: #A035EE;
}
.TagClassName
{
border-color: #A035EE;
}
</style>