Shades of Blue Violet #A52FEA
Tints of Blue Violet #A52FEA
RGB
CMYK
RGB Variations
Color information
#A52FEA (or 0xA52FEA) is known color: Blue Violet. HEX triplet: A5, 2F and EA. RGB value is (165,47,234). Sum of RGB (Red+Green+Blue) = 165+47+234=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #A52FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FEA is #5AD015. Grayscale: #666666. Windows color (decimal): -5951510 or 15347621. OLE color: 15347621.
HSL color Cylindrical-coordinate representation of color #A52FEA: hue angle of 277.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52FEA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 47 | 234 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.08 |
| HSL | 277.86º | 0.82% | 0.55% | - |
| HSV(B) | 277.86º | 0.8% | 0.92% | - |
| XYZ | 31.38 | 15.97 | 79.27 | - |
| YUV | 103.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 234 | 0.29 | 0.80 | 0 | 0.08 | 277.86 | 0.82 | 0.55 |
| Hex | A5 | 2F | EA | 1D | 50 | 0 | 8 | 116 | 52 | 37 |
| Octal | 245 | 57 | 352 | 35 | 120 | 0 | 10 | 426 | 122 | 67 |
| Binary | 10100101 | 101111 | 11101010 | 11101 | 1010000 | 0 | 1000 | 100010110 | 1010010 | 110111 |
Color Harmonies of #A52FEA
Complementary color
Monochromatic Colors of #A52FEA
Black with #A52FEA
Text Example
Text Example
White with #A52FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52FEA; }
p { color: rgb(165,47,234); }
H1.HeaderClassName
{
color: #A52FEA;
}
.AnyTagClassName
{
color: #A52FEA;
}
</style>
background-color css
<style>
a { background-color: #A52FEA; }
a { background-color: rgb(165,47,234); }
div.DivClassName
{
background-color: #A52FEA;
}
.BgClassName
{
background-color: #A52FEA;
}
</style>
border-color css
<style>
span { border-color: #A52FEA; }
span { border-color: rgb(165,47,234); }
td.TdClassName
{
border-color: #A52FEA;
}
.TagClassName
{
border-color: #A52FEA;
}
</style>