Shades of Blue Violet #A535EE
Tints of Blue Violet #A535EE
RGB
CMYK
RGB Variations
Color information
#A535EE (or 0xA535EE) is known color: Blue Violet. HEX triplet: A5, 35 and EE. RGB value is (165,53,238). Sum of RGB (Red+Green+Blue) = 165+53+238=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A535EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A535EE is #5ACA11. Grayscale: #6A6A6A. Windows color (decimal): -5949970 or 15611301. OLE color: 15611301.
HSL color Cylindrical-coordinate representation of color #A535EE: hue angle of 276.32º 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 #A535EE is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 53 | 238 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.07 |
| HSL | 276.32º | 0.84% | 0.57% | - |
| HSV(B) | 276.32º | 0.78% | 0.93% | - |
| XYZ | 32.22 | 16.72 | 82.42 | - |
| YUV | 107.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 238 | 0.31 | 0.78 | 0 | 0.07 | 276.32 | 0.84 | 0.57 |
| Hex | A5 | 35 | EE | 1F | 4E | 0 | 7 | 114 | 54 | 39 |
| Octal | 245 | 65 | 356 | 37 | 116 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100101 | 110101 | 11101110 | 11111 | 1001110 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A535EE
Complementary color
Monochromatic Colors of #A535EE
Black with #A535EE
Text Example
Text Example
White with #A535EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A535EE; }
p { color: rgb(165,53,238); }
H1.HeaderClassName
{
color: #A535EE;
}
.AnyTagClassName
{
color: #A535EE;
}
</style>
background-color css
<style>
a { background-color: #A535EE; }
a { background-color: rgb(165,53,238); }
div.DivClassName
{
background-color: #A535EE;
}
.BgClassName
{
background-color: #A535EE;
}
</style>
border-color css
<style>
span { border-color: #A535EE; }
span { border-color: rgb(165,53,238); }
td.TdClassName
{
border-color: #A535EE;
}
.TagClassName
{
border-color: #A535EE;
}
</style>