Shades of Electric Purple #A005FB
Tints of Electric Purple #A005FB
RGB
CMYK
RGB Variations
Color information
#A005FB (or 0xA005FB) is known color: Electric Purple. HEX triplet: A0, 05 and FB. RGB value is (160,5,251). Sum of RGB (Red+Green+Blue) = 160+5+251=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #A005FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005FB is #5FFA04. Grayscale: #4E4E4E. Windows color (decimal): -6289925 or 16450976. OLE color: 16450976.
HSL color Cylindrical-coordinate representation of color #A005FB: hue angle of 277.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005FB is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 5 | 251 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.02 |
| HSL | 277.8º | 0.97% | 0.5% | - |
| HSV(B) | 277.8º | 0.98% | 0.98% | - |
| XYZ | 31.96 | 14.55 | 92.39 | - |
| YUV | 79.39 | 224.85 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 251 | 0.36 | 0.98 | 0 | 0.02 | 277.8 | 0.97 | 0.5 |
| Hex | A0 | 5 | FB | 24 | 62 | 0 | 2 | 116 | 61 | 32 |
| Octal | 240 | 5 | 373 | 44 | 142 | 0 | 2 | 426 | 141 | 62 |
| Binary | 10100000 | 101 | 11111011 | 100100 | 1100010 | 0 | 10 | 100010110 | 1100001 | 110010 |
Color Harmonies of #A005FB
Complementary color
Monochromatic Colors of #A005FB
Black with #A005FB
Text Example
Text Example
White with #A005FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005FB; }
p { color: rgb(160,5,251); }
H1.HeaderClassName
{
color: #A005FB;
}
.AnyTagClassName
{
color: #A005FB;
}
</style>
background-color css
<style>
a { background-color: #A005FB; }
a { background-color: rgb(160,5,251); }
div.DivClassName
{
background-color: #A005FB;
}
.BgClassName
{
background-color: #A005FB;
}
</style>
border-color css
<style>
span { border-color: #A005FB; }
span { border-color: rgb(160,5,251); }
td.TdClassName
{
border-color: #A005FB;
}
.TagClassName
{
border-color: #A005FB;
}
</style>