Shades of Blue Violet #A022FD
Tints of Blue Violet #A022FD
RGB
CMYK
RGB Variations
Color information
#A022FD (or 0xA022FD) is known color: Blue Violet. HEX triplet: A0, 22 and FD. RGB value is (160,34,253). Sum of RGB (Red+Green+Blue) = 160+34+253=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #A022FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A022FD is #5FDD02. Grayscale: #5F5F5F. Windows color (decimal): -6282499 or 16589472. OLE color: 16589472.
HSL color Cylindrical-coordinate representation of color #A022FD: hue angle of 274.52º 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 #A022FD is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 34 | 253 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.01 |
| HSL | 274.52º | 0.98% | 0.56% | - |
| HSV(B) | 274.52º | 0.87% | 0.99% | - |
| XYZ | 32.8 | 15.71 | 94.23 | - |
| YUV | 96.64 | 216.24 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 253 | 0.37 | 0.87 | 0 | 0.01 | 274.52 | 0.98 | 0.56 |
| Hex | A0 | 22 | FD | 25 | 57 | 0 | 1 | 113 | 62 | 38 |
| Octal | 240 | 42 | 375 | 45 | 127 | 0 | 1 | 423 | 142 | 70 |
| Binary | 10100000 | 100010 | 11111101 | 100101 | 1010111 | 0 | 1 | 100010011 | 1100010 | 111000 |
Color Harmonies of #A022FD
Complementary color
Monochromatic Colors of #A022FD
Black with #A022FD
Text Example
Text Example
White with #A022FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022FD; }
p { color: rgb(160,34,253); }
H1.HeaderClassName
{
color: #A022FD;
}
.AnyTagClassName
{
color: #A022FD;
}
</style>
background-color css
<style>
a { background-color: #A022FD; }
a { background-color: rgb(160,34,253); }
div.DivClassName
{
background-color: #A022FD;
}
.BgClassName
{
background-color: #A022FD;
}
</style>
border-color css
<style>
span { border-color: #A022FD; }
span { border-color: rgb(160,34,253); }
td.TdClassName
{
border-color: #A022FD;
}
.TagClassName
{
border-color: #A022FD;
}
</style>