Shades of Blue Violet #A52EEE
Tints of Blue Violet #A52EEE
RGB
CMYK
RGB Variations
Color information
#A52EEE (or 0xA52EEE) is known color: Blue Violet. HEX triplet: A5, 2E and EE. RGB value is (165,46,238). Sum of RGB (Red+Green+Blue) = 165+46+238=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A52EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EEE is #5AD111. Grayscale: #666666. Windows color (decimal): -5951762 or 15609509. OLE color: 15609509.
HSL color Cylindrical-coordinate representation of color #A52EEE: hue angle of 277.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52EEE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 46 | 238 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 277.19º | 0.85% | 0.56% | - |
| HSV(B) | 277.19º | 0.81% | 0.93% | - |
| XYZ | 31.93 | 16.13 | 82.32 | - |
| YUV | 103.47 | 203.92 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 238 | 0.31 | 0.81 | 0 | 0.07 | 277.19 | 0.85 | 0.56 |
| Hex | A5 | 2E | EE | 1F | 51 | 0 | 7 | 115 | 55 | 38 |
| Octal | 245 | 56 | 356 | 37 | 121 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100101 | 101110 | 11101110 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A52EEE
Complementary color
Monochromatic Colors of #A52EEE
Black with #A52EEE
Text Example
Text Example
White with #A52EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EEE; }
p { color: rgb(165,46,238); }
H1.HeaderClassName
{
color: #A52EEE;
}
.AnyTagClassName
{
color: #A52EEE;
}
</style>
background-color css
<style>
a { background-color: #A52EEE; }
a { background-color: rgb(165,46,238); }
div.DivClassName
{
background-color: #A52EEE;
}
.BgClassName
{
background-color: #A52EEE;
}
</style>
border-color css
<style>
span { border-color: #A52EEE; }
span { border-color: rgb(165,46,238); }
td.TdClassName
{
border-color: #A52EEE;
}
.TagClassName
{
border-color: #A52EEE;
}
</style>