Shades of Blue Violet #A420F2
Tints of Blue Violet #A420F2
RGB
CMYK
RGB Variations
Color information
#A420F2 (or 0xA420F2) is known color: Blue Violet. HEX triplet: A4, 20 and F2. RGB value is (164,32,242). Sum of RGB (Red+Green+Blue) = 164+32+242=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #A420F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420F2 is #5BDF0D. Grayscale: #5E5E5E. Windows color (decimal): -6020878 or 15868068. OLE color: 15868068.
HSL color Cylindrical-coordinate representation of color #A420F2: hue angle of 277.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A420F2 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 32 | 242 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.05 |
| HSL | 277.71º | 0.89% | 0.54% | - |
| HSV(B) | 277.71º | 0.87% | 0.95% | - |
| XYZ | 31.85 | 15.34 | 85.29 | - |
| YUV | 95.41 | 210.73 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 242 | 0.32 | 0.87 | 0 | 0.05 | 277.71 | 0.89 | 0.54 |
| Hex | A4 | 20 | F2 | 20 | 57 | 0 | 5 | 116 | 59 | 36 |
| Octal | 244 | 40 | 362 | 40 | 127 | 0 | 5 | 426 | 131 | 66 |
| Binary | 10100100 | 100000 | 11110010 | 100000 | 1010111 | 0 | 101 | 100010110 | 1011001 | 110110 |
Color Harmonies of #A420F2
Complementary color
Monochromatic Colors of #A420F2
Black with #A420F2
Text Example
Text Example
White with #A420F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420F2; }
p { color: rgb(164,32,242); }
H1.HeaderClassName
{
color: #A420F2;
}
.AnyTagClassName
{
color: #A420F2;
}
</style>
background-color css
<style>
a { background-color: #A420F2; }
a { background-color: rgb(164,32,242); }
div.DivClassName
{
background-color: #A420F2;
}
.BgClassName
{
background-color: #A420F2;
}
</style>
border-color css
<style>
span { border-color: #A420F2; }
span { border-color: rgb(164,32,242); }
td.TdClassName
{
border-color: #A420F2;
}
.TagClassName
{
border-color: #A420F2;
}
</style>