Shades of Electric Purple #A00CF9
Tints of Electric Purple #A00CF9
RGB
CMYK
RGB Variations
Color information
#A00CF9 (or 0xA00CF9) is known color: Electric Purple. HEX triplet: A0, 0C and F9. RGB value is (160,12,249). Sum of RGB (Red+Green+Blue) = 160+12+249=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 249 (97.66% from 255 or 59.14% from 421); Max value from RGB is 249 - color contains mainly: blue. Hex color #A00CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CF9 is #5FF306. Grayscale: #525252. Windows color (decimal): -6288135 or 16321696. OLE color: 16321696.
HSL color Cylindrical-coordinate representation of color #A00CF9: hue angle of 277.47º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CF9 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 12 | 249 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.02 |
| HSL | 277.47º | 0.95% | 0.51% | - |
| HSV(B) | 277.47º | 0.95% | 0.98% | - |
| XYZ | 31.73 | 14.58 | 90.76 | - |
| YUV | 83.27 | 221.53 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 249 | 0.36 | 0.95 | 0 | 0.02 | 277.47 | 0.95 | 0.51 |
| Hex | A0 | C | F9 | 24 | 5F | 0 | 2 | 115 | 5F | 33 |
| Octal | 240 | 14 | 371 | 44 | 137 | 0 | 2 | 425 | 137 | 63 |
| Binary | 10100000 | 1100 | 11111001 | 100100 | 1011111 | 0 | 10 | 100010101 | 1011111 | 110011 |
Color Harmonies of #A00CF9
Complementary color
Monochromatic Colors of #A00CF9
Black with #A00CF9
Text Example
Text Example
White with #A00CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CF9; }
p { color: rgb(160,12,249); }
H1.HeaderClassName
{
color: #A00CF9;
}
.AnyTagClassName
{
color: #A00CF9;
}
</style>
background-color css
<style>
a { background-color: #A00CF9; }
a { background-color: rgb(160,12,249); }
div.DivClassName
{
background-color: #A00CF9;
}
.BgClassName
{
background-color: #A00CF9;
}
</style>
border-color css
<style>
span { border-color: #A00CF9; }
span { border-color: rgb(160,12,249); }
td.TdClassName
{
border-color: #A00CF9;
}
.TagClassName
{
border-color: #A00CF9;
}
</style>