Shades of Blue Violet #A420FA
Tints of Blue Violet #A420FA
RGB
CMYK
RGB Variations
Color information
#A420FA (or 0xA420FA) is known color: Blue Violet. HEX triplet: A4, 20 and FA. RGB value is (164,32,250). Sum of RGB (Red+Green+Blue) = 164+32+250=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A420FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420FA is #5BDF05. Grayscale: #5F5F5F. Windows color (decimal): -6020870 or 16392356. OLE color: 16392356.
HSL color Cylindrical-coordinate representation of color #A420FA: hue angle of 276.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A420FA is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 32 | 250 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.02 |
| HSL | 276.33º | 0.96% | 0.55% | - |
| HSV(B) | 276.33º | 0.87% | 0.98% | - |
| XYZ | 33.08 | 15.83 | 91.75 | - |
| YUV | 96.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 250 | 0.34 | 0.87 | 0 | 0.02 | 276.33 | 0.96 | 0.55 |
| Hex | A4 | 20 | FA | 22 | 57 | 0 | 2 | 114 | 60 | 37 |
| Octal | 244 | 40 | 372 | 42 | 127 | 0 | 2 | 424 | 140 | 67 |
| Binary | 10100100 | 100000 | 11111010 | 100010 | 1010111 | 0 | 10 | 100010100 | 1100000 | 110111 |
Color Harmonies of #A420FA
Complementary color
Monochromatic Colors of #A420FA
Black with #A420FA
Text Example
Text Example
White with #A420FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420FA; }
p { color: rgb(164,32,250); }
H1.HeaderClassName
{
color: #A420FA;
}
.AnyTagClassName
{
color: #A420FA;
}
</style>
background-color css
<style>
a { background-color: #A420FA; }
a { background-color: rgb(164,32,250); }
div.DivClassName
{
background-color: #A420FA;
}
.BgClassName
{
background-color: #A420FA;
}
</style>
border-color css
<style>
span { border-color: #A420FA; }
span { border-color: rgb(164,32,250); }
td.TdClassName
{
border-color: #A420FA;
}
.TagClassName
{
border-color: #A420FA;
}
</style>