Shades of Electric Purple #A61BFF
Tints of Electric Purple #A61BFF
RGB
CMYK
RGB Variations
Color information
#A61BFF (or 0xA61BFF) is known color: Electric Purple. HEX triplet: A6, 1B and FF. RGB value is (166,27,255). Sum of RGB (Red+Green+Blue) = 166+27+255=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A61BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BFF is #59E400. Grayscale: #5D5D5D. Windows color (decimal): -5891073 or 16718758. OLE color: 16718758.
HSL color Cylindrical-coordinate representation of color #A61BFF: hue angle of 276.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61BFF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 27 | 255 | - |
| CMYK | 0.35 | 0.89 | 0 | 0 |
| HSL | 276.58º | 1% | 0.55% | - |
| HSV(B) | 276.58º | 0.89% | 1% | - |
| XYZ | 34.17 | 16.11 | 95.92 | - |
| YUV | 94.55 | 218.55 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 255 | 0.35 | 0.89 | 0 | 0 | 276.58 | 1 | 0.55 |
| Hex | A6 | 1B | FF | 23 | 59 | 0 | 0 | 115 | 64 | 37 |
| Octal | 246 | 33 | 377 | 43 | 131 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100110 | 11011 | 11111111 | 100011 | 1011001 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A61BFF
Complementary color
Monochromatic Colors of #A61BFF
Black with #A61BFF
Text Example
Text Example
White with #A61BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BFF; }
p { color: rgb(166,27,255); }
H1.HeaderClassName
{
color: #A61BFF;
}
.AnyTagClassName
{
color: #A61BFF;
}
</style>
background-color css
<style>
a { background-color: #A61BFF; }
a { background-color: rgb(166,27,255); }
div.DivClassName
{
background-color: #A61BFF;
}
.BgClassName
{
background-color: #A61BFF;
}
</style>
border-color css
<style>
span { border-color: #A61BFF; }
span { border-color: rgb(166,27,255); }
td.TdClassName
{
border-color: #A61BFF;
}
.TagClassName
{
border-color: #A61BFF;
}
</style>