Shades of Electric Purple #A00FFB
Tints of Electric Purple #A00FFB
RGB
CMYK
RGB Variations
Color information
#A00FFB (or 0xA00FFB) is known color: Electric Purple. HEX triplet: A0, 0F and FB. RGB value is (160,15,251). Sum of RGB (Red+Green+Blue) = 160+15+251=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #A00FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFB is #5FF004. Grayscale: #545454. Windows color (decimal): -6287365 or 16453536. OLE color: 16453536.
HSL color Cylindrical-coordinate representation of color #A00FFB: hue angle of 276.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FFB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 15 | 251 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.02 |
| HSL | 276.86º | 0.97% | 0.52% | - |
| HSV(B) | 276.86º | 0.94% | 0.98% | - |
| XYZ | 32.08 | 14.78 | 92.43 | - |
| YUV | 85.26 | 221.54 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 251 | 0.36 | 0.94 | 0 | 0.02 | 276.86 | 0.97 | 0.52 |
| Hex | A0 | F | FB | 24 | 5E | 0 | 2 | 115 | 61 | 34 |
| Octal | 240 | 17 | 373 | 44 | 136 | 0 | 2 | 425 | 141 | 64 |
| Binary | 10100000 | 1111 | 11111011 | 100100 | 1011110 | 0 | 10 | 100010101 | 1100001 | 110100 |
Color Harmonies of #A00FFB
Complementary color
Monochromatic Colors of #A00FFB
Black with #A00FFB
Text Example
Text Example
White with #A00FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FFB; }
p { color: rgb(160,15,251); }
H1.HeaderClassName
{
color: #A00FFB;
}
.AnyTagClassName
{
color: #A00FFB;
}
</style>
background-color css
<style>
a { background-color: #A00FFB; }
a { background-color: rgb(160,15,251); }
div.DivClassName
{
background-color: #A00FFB;
}
.BgClassName
{
background-color: #A00FFB;
}
</style>
border-color css
<style>
span { border-color: #A00FFB; }
span { border-color: rgb(160,15,251); }
td.TdClassName
{
border-color: #A00FFB;
}
.TagClassName
{
border-color: #A00FFB;
}
</style>