Shades of Blue Violet #A52BEE
Tints of Blue Violet #A52BEE
RGB
CMYK
RGB Variations
Color information
#A52BEE (or 0xA52BEE) is known color: Blue Violet. HEX triplet: A5, 2B and EE. RGB value is (165,43,238). Sum of RGB (Red+Green+Blue) = 165+43+238=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #A52BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BEE is #5AD411. Grayscale: #656565. Windows color (decimal): -5952530 or 15608741. OLE color: 15608741.
HSL color Cylindrical-coordinate representation of color #A52BEE: hue angle of 277.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52BEE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 43 | 238 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.07 |
| HSL | 277.54º | 0.85% | 0.55% | - |
| HSV(B) | 277.54º | 0.82% | 0.93% | - |
| XYZ | 31.81 | 15.9 | 82.28 | - |
| YUV | 101.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 238 | 0.31 | 0.82 | 0 | 0.07 | 277.54 | 0.85 | 0.55 |
| Hex | A5 | 2B | EE | 1F | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 245 | 53 | 356 | 37 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100101 | 101011 | 11101110 | 11111 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A52BEE
Complementary color
Monochromatic Colors of #A52BEE
Black with #A52BEE
Text Example
Text Example
White with #A52BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BEE; }
p { color: rgb(165,43,238); }
H1.HeaderClassName
{
color: #A52BEE;
}
.AnyTagClassName
{
color: #A52BEE;
}
</style>
background-color css
<style>
a { background-color: #A52BEE; }
a { background-color: rgb(165,43,238); }
div.DivClassName
{
background-color: #A52BEE;
}
.BgClassName
{
background-color: #A52BEE;
}
</style>
border-color css
<style>
span { border-color: #A52BEE; }
span { border-color: rgb(165,43,238); }
td.TdClassName
{
border-color: #A52BEE;
}
.TagClassName
{
border-color: #A52BEE;
}
</style>