Shades of Electric Purple #A61AFE
Tints of Electric Purple #A61AFE
RGB
CMYK
RGB Variations
Color information
#A61AFE (or 0xA61AFE) is known color: Electric Purple. HEX triplet: A6, 1A and FE. RGB value is (166,26,254). Sum of RGB (Red+Green+Blue) = 166+26+254=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A61AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61AFE is #59E501. Grayscale: #5D5D5D. Windows color (decimal): -5891330 or 16652966. OLE color: 16652966.
HSL color Cylindrical-coordinate representation of color #A61AFE: hue angle of 276.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61AFE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 26 | 254 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.00 |
| HSL | 276.84º | 0.99% | 0.55% | - |
| HSV(B) | 276.84º | 0.9% | 1% | - |
| XYZ | 33.98 | 16 | 95.06 | - |
| YUV | 93.85 | 218.38 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 254 | 0.35 | 0.90 | 0 | 0.00 | 276.84 | 0.99 | 0.55 |
| Hex | A6 | 1A | FE | 23 | 5A | 0 | 0 | 115 | 63 | 37 |
| Octal | 246 | 32 | 376 | 43 | 132 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10100110 | 11010 | 11111110 | 100011 | 1011010 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A61AFE
Complementary color
Monochromatic Colors of #A61AFE
Black with #A61AFE
Text Example
Text Example
White with #A61AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61AFE; }
p { color: rgb(166,26,254); }
H1.HeaderClassName
{
color: #A61AFE;
}
.AnyTagClassName
{
color: #A61AFE;
}
</style>
background-color css
<style>
a { background-color: #A61AFE; }
a { background-color: rgb(166,26,254); }
div.DivClassName
{
background-color: #A61AFE;
}
.BgClassName
{
background-color: #A61AFE;
}
</style>
border-color css
<style>
span { border-color: #A61AFE; }
span { border-color: rgb(166,26,254); }
td.TdClassName
{
border-color: #A61AFE;
}
.TagClassName
{
border-color: #A61AFE;
}
</style>