Shades of Blue Violet #A52DEE
Tints of Blue Violet #A52DEE
RGB
CMYK
RGB Variations
Color information
#A52DEE (or 0xA52DEE) is known color: Blue Violet. HEX triplet: A5, 2D and EE. RGB value is (165,45,238). Sum of RGB (Red+Green+Blue) = 165+45+238=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #A52DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DEE is #5AD211. Grayscale: #666666. Windows color (decimal): -5952018 or 15609253. OLE color: 15609253.
HSL color Cylindrical-coordinate representation of color #A52DEE: hue angle of 277.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52DEE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 45 | 238 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.07 |
| HSL | 277.31º | 0.85% | 0.55% | - |
| HSV(B) | 277.31º | 0.81% | 0.93% | - |
| XYZ | 31.89 | 16.05 | 82.31 | - |
| YUV | 102.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 238 | 0.31 | 0.81 | 0 | 0.07 | 277.31 | 0.85 | 0.55 |
| Hex | A5 | 2D | EE | 1F | 51 | 0 | 7 | 115 | 55 | 37 |
| Octal | 245 | 55 | 356 | 37 | 121 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100101 | 101101 | 11101110 | 11111 | 1010001 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A52DEE
Complementary color
Monochromatic Colors of #A52DEE
Black with #A52DEE
Text Example
Text Example
White with #A52DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DEE; }
p { color: rgb(165,45,238); }
H1.HeaderClassName
{
color: #A52DEE;
}
.AnyTagClassName
{
color: #A52DEE;
}
</style>
background-color css
<style>
a { background-color: #A52DEE; }
a { background-color: rgb(165,45,238); }
div.DivClassName
{
background-color: #A52DEE;
}
.BgClassName
{
background-color: #A52DEE;
}
</style>
border-color css
<style>
span { border-color: #A52DEE; }
span { border-color: rgb(165,45,238); }
td.TdClassName
{
border-color: #A52DEE;
}
.TagClassName
{
border-color: #A52DEE;
}
</style>