Shades of Blue Violet #A222FD
Tints of Blue Violet #A222FD
RGB
CMYK
RGB Variations
Color information
#A222FD (or 0xA222FD) is known color: Blue Violet. HEX triplet: A2, 22 and FD. RGB value is (162,34,253). Sum of RGB (Red+Green+Blue) = 162+34+253=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #A222FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A222FD is #5DDD02. Grayscale: #606060. Windows color (decimal): -6151427 or 16589474. OLE color: 16589474.
HSL color Cylindrical-coordinate representation of color #A222FD: hue angle of 275.07º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A222FD is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 34 | 253 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.01 |
| HSL | 275.07º | 0.98% | 0.56% | - |
| HSV(B) | 275.07º | 0.87% | 0.99% | - |
| XYZ | 33.2 | 15.92 | 94.25 | - |
| YUV | 97.24 | 215.91 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 253 | 0.36 | 0.87 | 0 | 0.01 | 275.07 | 0.98 | 0.56 |
| Hex | A2 | 22 | FD | 24 | 57 | 0 | 1 | 113 | 62 | 38 |
| Octal | 242 | 42 | 375 | 44 | 127 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100010 | 100010 | 11111101 | 100100 | 1010111 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A222FD
Complementary color
Monochromatic Colors of #A222FD
Black with #A222FD
Text Example
Text Example
White with #A222FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222FD; }
p { color: rgb(162,34,253); }
H1.HeaderClassName
{
color: #A222FD;
}
.AnyTagClassName
{
color: #A222FD;
}
</style>
background-color css
<style>
a { background-color: #A222FD; }
a { background-color: rgb(162,34,253); }
div.DivClassName
{
background-color: #A222FD;
}
.BgClassName
{
background-color: #A222FD;
}
</style>
border-color css
<style>
span { border-color: #A222FD; }
span { border-color: rgb(162,34,253); }
td.TdClassName
{
border-color: #A222FD;
}
.TagClassName
{
border-color: #A222FD;
}
</style>