Shades of Blue Violet #A522F2
Tints of Blue Violet #A522F2
RGB
CMYK
RGB Variations
Color information
#A522F2 (or 0xA522F2) is known color: Blue Violet. HEX triplet: A5, 22 and F2. RGB value is (165,34,242). Sum of RGB (Red+Green+Blue) = 165+34+242=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #A522F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A522F2 is #5ADD0D. Grayscale: #606060. Windows color (decimal): -5954830 or 15868581. OLE color: 15868581.
HSL color Cylindrical-coordinate representation of color #A522F2: hue angle of 277.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A522F2 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 34 | 242 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.05 |
| HSL | 277.79º | 0.89% | 0.54% | - |
| HSV(B) | 277.79º | 0.86% | 0.95% | - |
| XYZ | 32.12 | 15.55 | 85.31 | - |
| YUV | 96.88 | 209.9 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 242 | 0.32 | 0.86 | 0 | 0.05 | 277.79 | 0.89 | 0.54 |
| Hex | A5 | 22 | F2 | 20 | 56 | 0 | 5 | 116 | 59 | 36 |
| Octal | 245 | 42 | 362 | 40 | 126 | 0 | 5 | 426 | 131 | 66 |
| Binary | 10100101 | 100010 | 11110010 | 100000 | 1010110 | 0 | 101 | 100010110 | 1011001 | 110110 |
Color Harmonies of #A522F2
Complementary color
Monochromatic Colors of #A522F2
Black with #A522F2
Text Example
Text Example
White with #A522F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522F2; }
p { color: rgb(165,34,242); }
H1.HeaderClassName
{
color: #A522F2;
}
.AnyTagClassName
{
color: #A522F2;
}
</style>
background-color css
<style>
a { background-color: #A522F2; }
a { background-color: rgb(165,34,242); }
div.DivClassName
{
background-color: #A522F2;
}
.BgClassName
{
background-color: #A522F2;
}
</style>
border-color css
<style>
span { border-color: #A522F2; }
span { border-color: rgb(165,34,242); }
td.TdClassName
{
border-color: #A522F2;
}
.TagClassName
{
border-color: #A522F2;
}
</style>