Shades of Electric Purple #A61CFA
Tints of Electric Purple #A61CFA
RGB
CMYK
RGB Variations
Color information
#A61CFA (or 0xA61CFA) is known color: Electric Purple. HEX triplet: A6, 1C and FA. RGB value is (166,28,250). Sum of RGB (Red+Green+Blue) = 166+28+250=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #A61CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CFA is #59E305. Grayscale: #5D5D5D. Windows color (decimal): -5890822 or 16391334. OLE color: 16391334.
HSL color Cylindrical-coordinate representation of color #A61CFA: hue angle of 277.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61CFA is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 28 | 250 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.02 |
| HSL | 277.3º | 0.96% | 0.55% | - |
| HSV(B) | 277.3º | 0.89% | 0.98% | - |
| XYZ | 33.4 | 15.84 | 91.74 | - |
| YUV | 94.57 | 215.72 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 250 | 0.34 | 0.89 | 0 | 0.02 | 277.3 | 0.96 | 0.55 |
| Hex | A6 | 1C | FA | 22 | 59 | 0 | 2 | 115 | 60 | 37 |
| Octal | 246 | 34 | 372 | 42 | 131 | 0 | 2 | 425 | 140 | 67 |
| Binary | 10100110 | 11100 | 11111010 | 100010 | 1011001 | 0 | 10 | 100010101 | 1100000 | 110111 |
Color Harmonies of #A61CFA
Complementary color
Monochromatic Colors of #A61CFA
Black with #A61CFA
Text Example
Text Example
White with #A61CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CFA; }
p { color: rgb(166,28,250); }
H1.HeaderClassName
{
color: #A61CFA;
}
.AnyTagClassName
{
color: #A61CFA;
}
</style>
background-color css
<style>
a { background-color: #A61CFA; }
a { background-color: rgb(166,28,250); }
div.DivClassName
{
background-color: #A61CFA;
}
.BgClassName
{
background-color: #A61CFA;
}
</style>
border-color css
<style>
span { border-color: #A61CFA; }
span { border-color: rgb(166,28,250); }
td.TdClassName
{
border-color: #A61CFA;
}
.TagClassName
{
border-color: #A61CFA;
}
</style>