Shades of Blue Violet #A522E6
Tints of Blue Violet #A522E6
RGB
CMYK
RGB Variations
Color information
#A522E6 (or 0xA522E6) is known color: Blue Violet. HEX triplet: A5, 22 and E6. RGB value is (165,34,230). Sum of RGB (Red+Green+Blue) = 165+34+230=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #A522E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A522E6 is #5ADD19. Grayscale: #5E5E5E. Windows color (decimal): -5954842 or 15082149. OLE color: 15082149.
HSL color Cylindrical-coordinate representation of color #A522E6: hue angle of 280.1º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A522E6 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 34 | 230 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.10 |
| HSL | 280.1º | 0.8% | 0.52% | - |
| HSV(B) | 280.1º | 0.85% | 0.9% | - |
| XYZ | 30.37 | 14.86 | 76.13 | - |
| YUV | 95.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 230 | 0.28 | 0.85 | 0 | 0.10 | 280.1 | 0.8 | 0.52 |
| Hex | A5 | 22 | E6 | 1C | 55 | 0 | A | 118 | 50 | 34 |
| Octal | 245 | 42 | 346 | 34 | 125 | 0 | 12 | 430 | 120 | 64 |
| Binary | 10100101 | 100010 | 11100110 | 11100 | 1010101 | 0 | 1010 | 100011000 | 1010000 | 110100 |
Color Harmonies of #A522E6
Complementary color
Monochromatic Colors of #A522E6
Black with #A522E6
Text Example
Text Example
White with #A522E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522E6; }
p { color: rgb(165,34,230); }
H1.HeaderClassName
{
color: #A522E6;
}
.AnyTagClassName
{
color: #A522E6;
}
</style>
background-color css
<style>
a { background-color: #A522E6; }
a { background-color: rgb(165,34,230); }
div.DivClassName
{
background-color: #A522E6;
}
.BgClassName
{
background-color: #A522E6;
}
</style>
border-color css
<style>
span { border-color: #A522E6; }
span { border-color: rgb(165,34,230); }
td.TdClassName
{
border-color: #A522E6;
}
.TagClassName
{
border-color: #A522E6;
}
</style>