Shades of Blue Violet #A532EA
Tints of Blue Violet #A532EA
RGB
CMYK
RGB Variations
Color information
#A532EA (or 0xA532EA) is known color: Blue Violet. HEX triplet: A5, 32 and EA. RGB value is (165,50,234). Sum of RGB (Red+Green+Blue) = 165+50+234=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #A532EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A532EA is #5ACD15. Grayscale: #686868. Windows color (decimal): -5950742 or 15348389. OLE color: 15348389.
HSL color Cylindrical-coordinate representation of color #A532EA: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A532EA is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 50 | 234 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.08 |
| HSL | 277.5º | 0.81% | 0.56% | - |
| HSV(B) | 277.5º | 0.79% | 0.92% | - |
| XYZ | 31.51 | 16.22 | 79.31 | - |
| YUV | 105.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 234 | 0.29 | 0.79 | 0 | 0.08 | 277.5 | 0.81 | 0.56 |
| Hex | A5 | 32 | EA | 1D | 4F | 0 | 8 | 116 | 51 | 38 |
| Octal | 245 | 62 | 352 | 35 | 117 | 0 | 10 | 426 | 121 | 70 |
| Binary | 10100101 | 110010 | 11101010 | 11101 | 1001111 | 0 | 1000 | 100010110 | 1010001 | 111000 |
Color Harmonies of #A532EA
Complementary color
Monochromatic Colors of #A532EA
Black with #A532EA
Text Example
Text Example
White with #A532EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A532EA; }
p { color: rgb(165,50,234); }
H1.HeaderClassName
{
color: #A532EA;
}
.AnyTagClassName
{
color: #A532EA;
}
</style>
background-color css
<style>
a { background-color: #A532EA; }
a { background-color: rgb(165,50,234); }
div.DivClassName
{
background-color: #A532EA;
}
.BgClassName
{
background-color: #A532EA;
}
</style>
border-color css
<style>
span { border-color: #A532EA; }
span { border-color: rgb(165,50,234); }
td.TdClassName
{
border-color: #A532EA;
}
.TagClassName
{
border-color: #A532EA;
}
</style>