Shades of Electric Purple #A008FD
Tints of Electric Purple #A008FD
RGB
CMYK
RGB Variations
Color information
#A008FD (or 0xA008FD) is known color: Electric Purple. HEX triplet: A0, 08 and FD. RGB value is (160,8,253). Sum of RGB (Red+Green+Blue) = 160+8+253=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A008FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008FD is #5FF702. Grayscale: #505050. Windows color (decimal): -6289155 or 16582816. OLE color: 16582816.
HSL color Cylindrical-coordinate representation of color #A008FD: hue angle of 277.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A008FD is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 8 | 253 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.01 |
| HSL | 277.22º | 0.98% | 0.51% | - |
| HSV(B) | 277.22º | 0.97% | 0.99% | - |
| XYZ | 32.31 | 14.74 | 94.07 | - |
| YUV | 81.38 | 224.86 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 253 | 0.37 | 0.97 | 0 | 0.01 | 277.22 | 0.98 | 0.51 |
| Hex | A0 | 8 | FD | 25 | 61 | 0 | 1 | 115 | 62 | 33 |
| Octal | 240 | 10 | 375 | 45 | 141 | 0 | 1 | 425 | 142 | 63 |
| Binary | 10100000 | 1000 | 11111101 | 100101 | 1100001 | 0 | 1 | 100010101 | 1100010 | 110011 |
Color Harmonies of #A008FD
Complementary color
Monochromatic Colors of #A008FD
Black with #A008FD
Text Example
Text Example
White with #A008FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008FD; }
p { color: rgb(160,8,253); }
H1.HeaderClassName
{
color: #A008FD;
}
.AnyTagClassName
{
color: #A008FD;
}
</style>
background-color css
<style>
a { background-color: #A008FD; }
a { background-color: rgb(160,8,253); }
div.DivClassName
{
background-color: #A008FD;
}
.BgClassName
{
background-color: #A008FD;
}
</style>
border-color css
<style>
span { border-color: #A008FD; }
span { border-color: rgb(160,8,253); }
td.TdClassName
{
border-color: #A008FD;
}
.TagClassName
{
border-color: #A008FD;
}
</style>