Shades of Electric Purple #A91AFC
Tints of Electric Purple #A91AFC
RGB
CMYK
RGB Variations
Color information
#A91AFC (or 0xA91AFC) is known color: Electric Purple. HEX triplet: A9, 1A and FC. RGB value is (169,26,252). Sum of RGB (Red+Green+Blue) = 169+26+252=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #A91AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AFC is #56E503. Grayscale: #5D5D5D. Windows color (decimal): -5694724 or 16521897. OLE color: 16521897.
HSL color Cylindrical-coordinate representation of color #A91AFC: hue angle of 277.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91AFC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 26 | 252 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.01 |
| HSL | 277.96º | 0.97% | 0.55% | - |
| HSV(B) | 277.96º | 0.9% | 0.99% | - |
| XYZ | 34.3 | 16.2 | 93.41 | - |
| YUV | 94.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 252 | 0.33 | 0.90 | 0 | 0.01 | 277.96 | 0.97 | 0.55 |
| Hex | A9 | 1A | FC | 21 | 5A | 0 | 1 | 116 | 61 | 37 |
| Octal | 251 | 32 | 374 | 41 | 132 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101001 | 11010 | 11111100 | 100001 | 1011010 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A91AFC
Complementary color
Monochromatic Colors of #A91AFC
Black with #A91AFC
Text Example
Text Example
White with #A91AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AFC; }
p { color: rgb(169,26,252); }
H1.HeaderClassName
{
color: #A91AFC;
}
.AnyTagClassName
{
color: #A91AFC;
}
</style>
background-color css
<style>
a { background-color: #A91AFC; }
a { background-color: rgb(169,26,252); }
div.DivClassName
{
background-color: #A91AFC;
}
.BgClassName
{
background-color: #A91AFC;
}
</style>
border-color css
<style>
span { border-color: #A91AFC; }
span { border-color: rgb(169,26,252); }
td.TdClassName
{
border-color: #A91AFC;
}
.TagClassName
{
border-color: #A91AFC;
}
</style>