Shades of Electric Purple #A419FF
Tints of Electric Purple #A419FF
RGB
CMYK
RGB Variations
Color information
#A419FF (or 0xA419FF) is known color: Electric Purple. HEX triplet: A4, 19 and FF. RGB value is (164,25,255). Sum of RGB (Red+Green+Blue) = 164+25+255=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A419FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419FF is #5BE600. Grayscale: #5C5C5C. Windows color (decimal): -6022657 or 16718244. OLE color: 16718244.
HSL color Cylindrical-coordinate representation of color #A419FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A419FF is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 25 | 255 | - |
| CMYK | 0.36 | 0.90 | 0 | 0 |
| HSL | 276.26º | 1% | 0.55% | - |
| HSV(B) | 276.26º | 0.9% | 1% | - |
| XYZ | 33.71 | 15.81 | 95.88 | - |
| YUV | 92.78 | 219.55 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 255 | 0.36 | 0.90 | 0 | 0 | 276.26 | 1 | 0.55 |
| Hex | A4 | 19 | FF | 24 | 5A | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 31 | 377 | 44 | 132 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 11001 | 11111111 | 100100 | 1011010 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A419FF
Complementary color
Monochromatic Colors of #A419FF
Black with #A419FF
Text Example
Text Example
White with #A419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419FF; }
p { color: rgb(164,25,255); }
H1.HeaderClassName
{
color: #A419FF;
}
.AnyTagClassName
{
color: #A419FF;
}
</style>
background-color css
<style>
a { background-color: #A419FF; }
a { background-color: rgb(164,25,255); }
div.DivClassName
{
background-color: #A419FF;
}
.BgClassName
{
background-color: #A419FF;
}
</style>
border-color css
<style>
span { border-color: #A419FF; }
span { border-color: rgb(164,25,255); }
td.TdClassName
{
border-color: #A419FF;
}
.TagClassName
{
border-color: #A419FF;
}
</style>