Shades of Electric Purple #A40BFF
Tints of Electric Purple #A40BFF
RGB
CMYK
RGB Variations
Color information
#A40BFF (or 0xA40BFF) is known color: Electric Purple. HEX triplet: A4, 0B and FF. RGB value is (164,11,255). Sum of RGB (Red+Green+Blue) = 164+11+255=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A40BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40BFF is #5BF400. Grayscale: #535353. Windows color (decimal): -6026241 or 16714660. OLE color: 16714660.
HSL color Cylindrical-coordinate representation of color #A40BFF: hue angle of 277.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40BFF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 11 | 255 | - |
| CMYK | 0.36 | 0.96 | 0 | 0 |
| HSL | 277.62º | 1% | 0.52% | - |
| HSV(B) | 277.62º | 0.96% | 1% | - |
| XYZ | 33.48 | 15.35 | 95.81 | - |
| YUV | 84.56 | 224.19 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 255 | 0.36 | 0.96 | 0 | 0 | 277.62 | 1 | 0.52 |
| Hex | A4 | B | FF | 24 | 60 | 0 | 0 | 116 | 64 | 34 |
| Octal | 244 | 13 | 377 | 44 | 140 | 0 | 0 | 426 | 144 | 64 |
| Binary | 10100100 | 1011 | 11111111 | 100100 | 1100000 | 0 | 0 | 100010110 | 1100100 | 110100 |
Color Harmonies of #A40BFF
Complementary color
Monochromatic Colors of #A40BFF
Black with #A40BFF
Text Example
Text Example
White with #A40BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BFF; }
p { color: rgb(164,11,255); }
H1.HeaderClassName
{
color: #A40BFF;
}
.AnyTagClassName
{
color: #A40BFF;
}
</style>
background-color css
<style>
a { background-color: #A40BFF; }
a { background-color: rgb(164,11,255); }
div.DivClassName
{
background-color: #A40BFF;
}
.BgClassName
{
background-color: #A40BFF;
}
</style>
border-color css
<style>
span { border-color: #A40BFF; }
span { border-color: rgb(164,11,255); }
td.TdClassName
{
border-color: #A40BFF;
}
.TagClassName
{
border-color: #A40BFF;
}
</style>