Shades of Electric Purple #A00FFD
Tints of Electric Purple #A00FFD
RGB
CMYK
RGB Variations
Color information
#A00FFD (or 0xA00FFD) is known color: Electric Purple. HEX triplet: A0, 0F and FD. RGB value is (160,15,253). Sum of RGB (Red+Green+Blue) = 160+15+253=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #A00FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFD is #5FF002. Grayscale: #545454. Windows color (decimal): -6287363 or 16584608. OLE color: 16584608.
HSL color Cylindrical-coordinate representation of color #A00FFD: hue angle of 276.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FFD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 15 | 253 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.01 |
| HSL | 276.55º | 0.98% | 0.53% | - |
| HSV(B) | 276.55º | 0.94% | 0.99% | - |
| XYZ | 32.4 | 14.91 | 94.1 | - |
| YUV | 85.49 | 222.54 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 253 | 0.37 | 0.94 | 0 | 0.01 | 276.55 | 0.98 | 0.53 |
| Hex | A0 | F | FD | 25 | 5E | 0 | 1 | 115 | 62 | 35 |
| Octal | 240 | 17 | 375 | 45 | 136 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100000 | 1111 | 11111101 | 100101 | 1011110 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A00FFD
Complementary color
Monochromatic Colors of #A00FFD
Black with #A00FFD
Text Example
Text Example
White with #A00FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FFD; }
p { color: rgb(160,15,253); }
H1.HeaderClassName
{
color: #A00FFD;
}
.AnyTagClassName
{
color: #A00FFD;
}
</style>
background-color css
<style>
a { background-color: #A00FFD; }
a { background-color: rgb(160,15,253); }
div.DivClassName
{
background-color: #A00FFD;
}
.BgClassName
{
background-color: #A00FFD;
}
</style>
border-color css
<style>
span { border-color: #A00FFD; }
span { border-color: rgb(160,15,253); }
td.TdClassName
{
border-color: #A00FFD;
}
.TagClassName
{
border-color: #A00FFD;
}
</style>