Shades of Blue Violet #A422FE
Tints of Blue Violet #A422FE
RGB
CMYK
RGB Variations
Color information
#A422FE (or 0xA422FE) is known color: Blue Violet. HEX triplet: A4, 22 and FE. RGB value is (164,34,254). Sum of RGB (Red+Green+Blue) = 164+34+254=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #A422FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A422FE is #5BDD01. Grayscale: #616161. Windows color (decimal): -6020354 or 16655012. OLE color: 16655012.
HSL color Cylindrical-coordinate representation of color #A422FE: hue angle of 275.45º 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 #A422FE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 34 | 254 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.00 |
| HSL | 275.45º | 0.99% | 0.56% | - |
| HSV(B) | 275.45º | 0.87% | 1% | - |
| XYZ | 33.77 | 16.19 | 95.11 | - |
| YUV | 97.95 | 216.07 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 254 | 0.35 | 0.87 | 0 | 0.00 | 275.45 | 0.99 | 0.56 |
| Hex | A4 | 22 | FE | 23 | 57 | 0 | 0 | 113 | 63 | 38 |
| Octal | 244 | 42 | 376 | 43 | 127 | 0 | 0 | 423 | 143 | 70 |
| Binary | 10100100 | 100010 | 11111110 | 100011 | 1010111 | 0 | 0 | 100010011 | 1100011 | 111000 |
Color Harmonies of #A422FE
Complementary color
Monochromatic Colors of #A422FE
Black with #A422FE
Text Example
Text Example
White with #A422FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422FE; }
p { color: rgb(164,34,254); }
H1.HeaderClassName
{
color: #A422FE;
}
.AnyTagClassName
{
color: #A422FE;
}
</style>
background-color css
<style>
a { background-color: #A422FE; }
a { background-color: rgb(164,34,254); }
div.DivClassName
{
background-color: #A422FE;
}
.BgClassName
{
background-color: #A422FE;
}
</style>
border-color css
<style>
span { border-color: #A422FE; }
span { border-color: rgb(164,34,254); }
td.TdClassName
{
border-color: #A422FE;
}
.TagClassName
{
border-color: #A422FE;
}
</style>