Shades of Electric Purple #A61FFF
Tints of Electric Purple #A61FFF
RGB
CMYK
RGB Variations
Color information
#A61FFF (or 0xA61FFF) is known color: Electric Purple. HEX triplet: A6, 1F and FF. RGB value is (166,31,255). Sum of RGB (Red+Green+Blue) = 166+31+255=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A61FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FFF is #59E000. Grayscale: #606060. Windows color (decimal): -5890049 or 16719782. OLE color: 16719782.
HSL color Cylindrical-coordinate representation of color #A61FFF: hue angle of 276.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61FFF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 31 | 255 | - |
| CMYK | 0.35 | 0.88 | 0 | 0 |
| HSL | 276.16º | 1% | 0.56% | - |
| HSV(B) | 276.16º | 0.88% | 1% | - |
| XYZ | 34.27 | 16.31 | 95.95 | - |
| YUV | 96.9 | 217.23 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 255 | 0.35 | 0.88 | 0 | 0 | 276.16 | 1 | 0.56 |
| Hex | A6 | 1F | FF | 23 | 58 | 0 | 0 | 114 | 64 | 38 |
| Octal | 246 | 37 | 377 | 43 | 130 | 0 | 0 | 424 | 144 | 70 |
| Binary | 10100110 | 11111 | 11111111 | 100011 | 1011000 | 0 | 0 | 100010100 | 1100100 | 111000 |
Color Harmonies of #A61FFF
Complementary color
Monochromatic Colors of #A61FFF
Black with #A61FFF
Text Example
Text Example
White with #A61FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61FFF; }
p { color: rgb(166,31,255); }
H1.HeaderClassName
{
color: #A61FFF;
}
.AnyTagClassName
{
color: #A61FFF;
}
</style>
background-color css
<style>
a { background-color: #A61FFF; }
a { background-color: rgb(166,31,255); }
div.DivClassName
{
background-color: #A61FFF;
}
.BgClassName
{
background-color: #A61FFF;
}
</style>
border-color css
<style>
span { border-color: #A61FFF; }
span { border-color: rgb(166,31,255); }
td.TdClassName
{
border-color: #A61FFF;
}
.TagClassName
{
border-color: #A61FFF;
}
</style>