Shades of Electric Purple #A011FD
Tints of Electric Purple #A011FD
RGB
CMYK
RGB Variations
Color information
#A011FD (or 0xA011FD) is known color: Electric Purple. HEX triplet: A0, 11 and FD. RGB value is (160,17,253). Sum of RGB (Red+Green+Blue) = 160+17+253=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #A011FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011FD is #5FEE02. Grayscale: #555555. Windows color (decimal): -6286851 or 16585120. OLE color: 16585120.
HSL color Cylindrical-coordinate representation of color #A011FD: hue angle of 276.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A011FD is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 17 | 253 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.01 |
| HSL | 276.36º | 0.98% | 0.53% | - |
| HSV(B) | 276.36º | 0.93% | 0.99% | - |
| XYZ | 32.43 | 14.97 | 94.11 | - |
| YUV | 86.66 | 221.88 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 253 | 0.37 | 0.93 | 0 | 0.01 | 276.36 | 0.98 | 0.53 |
| Hex | A0 | 11 | FD | 25 | 5D | 0 | 1 | 114 | 62 | 35 |
| Octal | 240 | 21 | 375 | 45 | 135 | 0 | 1 | 424 | 142 | 65 |
| Binary | 10100000 | 10001 | 11111101 | 100101 | 1011101 | 0 | 1 | 100010100 | 1100010 | 110101 |
Color Harmonies of #A011FD
Complementary color
Monochromatic Colors of #A011FD
Black with #A011FD
Text Example
Text Example
White with #A011FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011FD; }
p { color: rgb(160,17,253); }
H1.HeaderClassName
{
color: #A011FD;
}
.AnyTagClassName
{
color: #A011FD;
}
</style>
background-color css
<style>
a { background-color: #A011FD; }
a { background-color: rgb(160,17,253); }
div.DivClassName
{
background-color: #A011FD;
}
.BgClassName
{
background-color: #A011FD;
}
</style>
border-color css
<style>
span { border-color: #A011FD; }
span { border-color: rgb(160,17,253); }
td.TdClassName
{
border-color: #A011FD;
}
.TagClassName
{
border-color: #A011FD;
}
</style>