Shades of Blue Violet #A522F5
Tints of Blue Violet #A522F5
RGB
CMYK
RGB Variations
Color information
#A522F5 (or 0xA522F5) is known color: Blue Violet. HEX triplet: A5, 22 and F5. RGB value is (165,34,245). Sum of RGB (Red+Green+Blue) = 165+34+245=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #A522F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A522F5 is #5ADD0A. Grayscale: #606060. Windows color (decimal): -5954827 or 16065189. OLE color: 16065189.
HSL color Cylindrical-coordinate representation of color #A522F5: hue angle of 277.25º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A522F5 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 34 | 245 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.04 |
| HSL | 277.25º | 0.91% | 0.55% | - |
| HSV(B) | 277.25º | 0.86% | 0.96% | - |
| XYZ | 32.57 | 15.74 | 87.71 | - |
| YUV | 97.22 | 211.4 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 245 | 0.33 | 0.86 | 0 | 0.04 | 277.25 | 0.91 | 0.55 |
| Hex | A5 | 22 | F5 | 21 | 56 | 0 | 4 | 115 | 5B | 37 |
| Octal | 245 | 42 | 365 | 41 | 126 | 0 | 4 | 425 | 133 | 67 |
| Binary | 10100101 | 100010 | 11110101 | 100001 | 1010110 | 0 | 100 | 100010101 | 1011011 | 110111 |
Color Harmonies of #A522F5
Complementary color
Monochromatic Colors of #A522F5
Black with #A522F5
Text Example
Text Example
White with #A522F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522F5; }
p { color: rgb(165,34,245); }
H1.HeaderClassName
{
color: #A522F5;
}
.AnyTagClassName
{
color: #A522F5;
}
</style>
background-color css
<style>
a { background-color: #A522F5; }
a { background-color: rgb(165,34,245); }
div.DivClassName
{
background-color: #A522F5;
}
.BgClassName
{
background-color: #A522F5;
}
</style>
border-color css
<style>
span { border-color: #A522F5; }
span { border-color: rgb(165,34,245); }
td.TdClassName
{
border-color: #A522F5;
}
.TagClassName
{
border-color: #A522F5;
}
</style>