Shades of Electric Purple #A61CFD
Tints of Electric Purple #A61CFD
RGB
CMYK
RGB Variations
Color information
#A61CFD (or 0xA61CFD) is known color: Electric Purple. HEX triplet: A6, 1C and FD. RGB value is (166,28,253). Sum of RGB (Red+Green+Blue) = 166+28+253=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #A61CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CFD is #59E302. Grayscale: #5E5E5E. Windows color (decimal): -5890819 or 16587942. OLE color: 16587942.
HSL color Cylindrical-coordinate representation of color #A61CFD: hue angle of 276.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61CFD is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 28 | 253 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.01 |
| HSL | 276.8º | 0.98% | 0.55% | - |
| HSV(B) | 276.8º | 0.89% | 0.99% | - |
| XYZ | 33.87 | 16.03 | 94.24 | - |
| YUV | 94.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 253 | 0.34 | 0.89 | 0 | 0.01 | 276.8 | 0.98 | 0.55 |
| Hex | A6 | 1C | FD | 22 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 246 | 34 | 375 | 42 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10100110 | 11100 | 11111101 | 100010 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A61CFD
Complementary color
Monochromatic Colors of #A61CFD
Black with #A61CFD
Text Example
Text Example
White with #A61CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CFD; }
p { color: rgb(166,28,253); }
H1.HeaderClassName
{
color: #A61CFD;
}
.AnyTagClassName
{
color: #A61CFD;
}
</style>
background-color css
<style>
a { background-color: #A61CFD; }
a { background-color: rgb(166,28,253); }
div.DivClassName
{
background-color: #A61CFD;
}
.BgClassName
{
background-color: #A61CFD;
}
</style>
border-color css
<style>
span { border-color: #A61CFD; }
span { border-color: rgb(166,28,253); }
td.TdClassName
{
border-color: #A61CFD;
}
.TagClassName
{
border-color: #A61CFD;
}
</style>