Shades of Blue Violet #A035E6
Tints of Blue Violet #A035E6
RGB
CMYK
RGB Variations
Color information
#A035E6 (or 0xA035E6) is known color: Blue Violet. HEX triplet: A0, 35 and E6. RGB value is (160,53,230). Sum of RGB (Red+Green+Blue) = 160+53+230=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #A035E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A035E6 is #5FCA19. Grayscale: #686868. Windows color (decimal): -6277658 or 15087008. OLE color: 15087008.
HSL color Cylindrical-coordinate representation of color #A035E6: hue angle of 276.27º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A035E6 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 53 | 230 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.10 |
| HSL | 276.27º | 0.78% | 0.55% | - |
| HSV(B) | 276.27º | 0.77% | 0.9% | - |
| XYZ | 30.05 | 15.73 | 76.32 | - |
| YUV | 105.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 230 | 0.30 | 0.77 | 0 | 0.10 | 276.27 | 0.78 | 0.55 |
| Hex | A0 | 35 | E6 | 1E | 4D | 0 | A | 114 | 4E | 37 |
| Octal | 240 | 65 | 346 | 36 | 115 | 0 | 12 | 424 | 116 | 67 |
| Binary | 10100000 | 110101 | 11100110 | 11110 | 1001101 | 0 | 1010 | 100010100 | 1001110 | 110111 |
Color Harmonies of #A035E6
Complementary color
Monochromatic Colors of #A035E6
Black with #A035E6
Text Example
Text Example
White with #A035E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A035E6; }
p { color: rgb(160,53,230); }
H1.HeaderClassName
{
color: #A035E6;
}
.AnyTagClassName
{
color: #A035E6;
}
</style>
background-color css
<style>
a { background-color: #A035E6; }
a { background-color: rgb(160,53,230); }
div.DivClassName
{
background-color: #A035E6;
}
.BgClassName
{
background-color: #A035E6;
}
</style>
border-color css
<style>
span { border-color: #A035E6; }
span { border-color: rgb(160,53,230); }
td.TdClassName
{
border-color: #A035E6;
}
.TagClassName
{
border-color: #A035E6;
}
</style>