Shades of Blue Violet #A52BEA
Tints of Blue Violet #A52BEA
RGB
CMYK
RGB Variations
Color information
#A52BEA (or 0xA52BEA) is known color: Blue Violet. HEX triplet: A5, 2B and EA. RGB value is (165,43,234). Sum of RGB (Red+Green+Blue) = 165+43+234=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #A52BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52BEA is #5AD415. Grayscale: #646464. Windows color (decimal): -5952534 or 15346597. OLE color: 15346597.
HSL color Cylindrical-coordinate representation of color #A52BEA: hue angle of 278.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52BEA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 43 | 234 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.08 |
| HSL | 278.32º | 0.82% | 0.54% | - |
| HSV(B) | 278.32º | 0.82% | 0.92% | - |
| XYZ | 31.23 | 15.67 | 79.22 | - |
| YUV | 101.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 234 | 0.29 | 0.82 | 0 | 0.08 | 278.32 | 0.82 | 0.54 |
| Hex | A5 | 2B | EA | 1D | 52 | 0 | 8 | 116 | 52 | 36 |
| Octal | 245 | 53 | 352 | 35 | 122 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100101 | 101011 | 11101010 | 11101 | 1010010 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A52BEA
Complementary color
Monochromatic Colors of #A52BEA
Black with #A52BEA
Text Example
Text Example
White with #A52BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52BEA; }
p { color: rgb(165,43,234); }
H1.HeaderClassName
{
color: #A52BEA;
}
.AnyTagClassName
{
color: #A52BEA;
}
</style>
background-color css
<style>
a { background-color: #A52BEA; }
a { background-color: rgb(165,43,234); }
div.DivClassName
{
background-color: #A52BEA;
}
.BgClassName
{
background-color: #A52BEA;
}
</style>
border-color css
<style>
span { border-color: #A52BEA; }
span { border-color: rgb(165,43,234); }
td.TdClassName
{
border-color: #A52BEA;
}
.TagClassName
{
border-color: #A52BEA;
}
</style>