Shades of Electric Purple #A00AFB
Tints of Electric Purple #A00AFB
RGB
CMYK
RGB Variations
Color information
#A00AFB (or 0xA00AFB) is known color: Electric Purple. HEX triplet: A0, 0A and FB. RGB value is (160,10,251). Sum of RGB (Red+Green+Blue) = 160+10+251=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #A00AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00AFB is #5FF504. Grayscale: #515151. Windows color (decimal): -6288645 or 16452256. OLE color: 16452256.
HSL color Cylindrical-coordinate representation of color #A00AFB: hue angle of 277.34º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00AFB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 10 | 251 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.02 |
| HSL | 277.34º | 0.97% | 0.51% | - |
| HSV(B) | 277.34º | 0.96% | 0.98% | - |
| XYZ | 32.02 | 14.66 | 92.41 | - |
| YUV | 82.32 | 223.2 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 251 | 0.36 | 0.96 | 0 | 0.02 | 277.34 | 0.97 | 0.51 |
| Hex | A0 | A | FB | 24 | 60 | 0 | 2 | 115 | 61 | 33 |
| Octal | 240 | 12 | 373 | 44 | 140 | 0 | 2 | 425 | 141 | 63 |
| Binary | 10100000 | 1010 | 11111011 | 100100 | 1100000 | 0 | 10 | 100010101 | 1100001 | 110011 |
Color Harmonies of #A00AFB
Complementary color
Monochromatic Colors of #A00AFB
Black with #A00AFB
Text Example
Text Example
White with #A00AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AFB; }
p { color: rgb(160,10,251); }
H1.HeaderClassName
{
color: #A00AFB;
}
.AnyTagClassName
{
color: #A00AFB;
}
</style>
background-color css
<style>
a { background-color: #A00AFB; }
a { background-color: rgb(160,10,251); }
div.DivClassName
{
background-color: #A00AFB;
}
.BgClassName
{
background-color: #A00AFB;
}
</style>
border-color css
<style>
span { border-color: #A00AFB; }
span { border-color: rgb(160,10,251); }
td.TdClassName
{
border-color: #A00AFB;
}
.TagClassName
{
border-color: #A00AFB;
}
</style>