Shades of Electric Purple #A61BFD
Tints of Electric Purple #A61BFD
RGB
CMYK
RGB Variations
Color information
#A61BFD (or 0xA61BFD) is known color: Electric Purple. HEX triplet: A6, 1B and FD. RGB value is (166,27,253). Sum of RGB (Red+Green+Blue) = 166+27+253=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #A61BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BFD is #59E402. Grayscale: #5D5D5D. Windows color (decimal): -5891075 or 16587686. OLE color: 16587686.
HSL color Cylindrical-coordinate representation of color #A61BFD: hue angle of 276.9º 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 #A61BFD is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 27 | 253 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.01 |
| HSL | 276.9º | 0.98% | 0.55% | - |
| HSV(B) | 276.9º | 0.89% | 0.99% | - |
| XYZ | 33.85 | 15.98 | 94.23 | - |
| YUV | 94.33 | 217.55 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 253 | 0.34 | 0.89 | 0 | 0.01 | 276.9 | 0.98 | 0.55 |
| Hex | A6 | 1B | FD | 22 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 246 | 33 | 375 | 42 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10100110 | 11011 | 11111101 | 100010 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A61BFD
Complementary color
Monochromatic Colors of #A61BFD
Black with #A61BFD
Text Example
Text Example
White with #A61BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BFD; }
p { color: rgb(166,27,253); }
H1.HeaderClassName
{
color: #A61BFD;
}
.AnyTagClassName
{
color: #A61BFD;
}
</style>
background-color css
<style>
a { background-color: #A61BFD; }
a { background-color: rgb(166,27,253); }
div.DivClassName
{
background-color: #A61BFD;
}
.BgClassName
{
background-color: #A61BFD;
}
</style>
border-color css
<style>
span { border-color: #A61BFD; }
span { border-color: rgb(166,27,253); }
td.TdClassName
{
border-color: #A61BFD;
}
.TagClassName
{
border-color: #A61BFD;
}
</style>