Shades of Electric Purple #A91AF0
Tints of Electric Purple #A91AF0
RGB
CMYK
RGB Variations
Color information
#A91AF0 (or 0xA91AF0) is known color: Electric Purple. HEX triplet: A9, 1A and F0. RGB value is (169,26,240). Sum of RGB (Red+Green+Blue) = 169+26+240=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #A91AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF0 is #56E50F. Grayscale: #5C5C5C. Windows color (decimal): -5694736 or 15735465. OLE color: 15735465.
HSL color Cylindrical-coordinate representation of color #A91AF0: hue angle of 280.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF0 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 26 | 240 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.06 |
| HSL | 280.09º | 0.88% | 0.52% | - |
| HSV(B) | 280.09º | 0.89% | 0.94% | - |
| XYZ | 32.46 | 15.47 | 83.71 | - |
| YUV | 93.15 | 210.88 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 240 | 0.30 | 0.89 | 0 | 0.06 | 280.09 | 0.88 | 0.52 |
| Hex | A9 | 1A | F0 | 1E | 59 | 0 | 6 | 118 | 58 | 34 |
| Octal | 251 | 32 | 360 | 36 | 131 | 0 | 6 | 430 | 130 | 64 |
| Binary | 10101001 | 11010 | 11110000 | 11110 | 1011001 | 0 | 110 | 100011000 | 1011000 | 110100 |
Color Harmonies of #A91AF0
Complementary color
Monochromatic Colors of #A91AF0
Black with #A91AF0
Text Example
Text Example
White with #A91AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AF0; }
p { color: rgb(169,26,240); }
H1.HeaderClassName
{
color: #A91AF0;
}
.AnyTagClassName
{
color: #A91AF0;
}
</style>
background-color css
<style>
a { background-color: #A91AF0; }
a { background-color: rgb(169,26,240); }
div.DivClassName
{
background-color: #A91AF0;
}
.BgClassName
{
background-color: #A91AF0;
}
</style>
border-color css
<style>
span { border-color: #A91AF0; }
span { border-color: rgb(169,26,240); }
td.TdClassName
{
border-color: #A91AF0;
}
.TagClassName
{
border-color: #A91AF0;
}
</style>