Shades of Blue Violet #A522FE
Tints of Blue Violet #A522FE
RGB
CMYK
RGB Variations
Color information
#A522FE (or 0xA522FE) is known color: Blue Violet. HEX triplet: A5, 22 and FE. RGB value is (165,34,254). Sum of RGB (Red+Green+Blue) = 165+34+254=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #A522FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A522FE is #5ADD01. Grayscale: #616161. Windows color (decimal): -5954818 or 16655013. OLE color: 16655013.
HSL color Cylindrical-coordinate representation of color #A522FE: hue angle of 275.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A522FE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 34 | 254 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.00 |
| HSL | 275.73º | 0.99% | 0.56% | - |
| HSV(B) | 275.73º | 0.87% | 1% | - |
| XYZ | 33.98 | 16.3 | 95.12 | - |
| YUV | 98.25 | 215.9 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 254 | 0.35 | 0.87 | 0 | 0.00 | 275.73 | 0.99 | 0.56 |
| Hex | A5 | 22 | FE | 23 | 57 | 0 | 0 | 114 | 63 | 38 |
| Octal | 245 | 42 | 376 | 43 | 127 | 0 | 0 | 424 | 143 | 70 |
| Binary | 10100101 | 100010 | 11111110 | 100011 | 1010111 | 0 | 0 | 100010100 | 1100011 | 111000 |
Color Harmonies of #A522FE
Complementary color
Monochromatic Colors of #A522FE
Black with #A522FE
Text Example
Text Example
White with #A522FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A522FE; }
p { color: rgb(165,34,254); }
H1.HeaderClassName
{
color: #A522FE;
}
.AnyTagClassName
{
color: #A522FE;
}
</style>
background-color css
<style>
a { background-color: #A522FE; }
a { background-color: rgb(165,34,254); }
div.DivClassName
{
background-color: #A522FE;
}
.BgClassName
{
background-color: #A522FE;
}
</style>
border-color css
<style>
span { border-color: #A522FE; }
span { border-color: rgb(165,34,254); }
td.TdClassName
{
border-color: #A522FE;
}
.TagClassName
{
border-color: #A522FE;
}
</style>