Shades of Electric Purple #A20FFB
Tints of Electric Purple #A20FFB
RGB
CMYK
RGB Variations
Color information
#A20FFB (or 0xA20FFB) is known color: Electric Purple. HEX triplet: A2, 0F and FB. RGB value is (162,15,251). Sum of RGB (Red+Green+Blue) = 162+15+251=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #A20FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FFB is #5DF004. Grayscale: #555555. Windows color (decimal): -6156293 or 16453538. OLE color: 16453538.
HSL color Cylindrical-coordinate representation of color #A20FFB: hue angle of 277.37º 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 #A20FFB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 15 | 251 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.37º | 0.97% | 0.52% | - |
| HSV(B) | 277.37º | 0.94% | 0.98% | - |
| XYZ | 32.48 | 14.99 | 92.45 | - |
| YUV | 85.86 | 221.2 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 251 | 0.35 | 0.94 | 0 | 0.02 | 277.37 | 0.97 | 0.52 |
| Hex | A2 | F | FB | 23 | 5E | 0 | 2 | 115 | 61 | 34 |
| Octal | 242 | 17 | 373 | 43 | 136 | 0 | 2 | 425 | 141 | 64 |
| Binary | 10100010 | 1111 | 11111011 | 100011 | 1011110 | 0 | 10 | 100010101 | 1100001 | 110100 |
Color Harmonies of #A20FFB
Complementary color
Monochromatic Colors of #A20FFB
Black with #A20FFB
Text Example
Text Example
White with #A20FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FFB; }
p { color: rgb(162,15,251); }
H1.HeaderClassName
{
color: #A20FFB;
}
.AnyTagClassName
{
color: #A20FFB;
}
</style>
background-color css
<style>
a { background-color: #A20FFB; }
a { background-color: rgb(162,15,251); }
div.DivClassName
{
background-color: #A20FFB;
}
.BgClassName
{
background-color: #A20FFB;
}
</style>
border-color css
<style>
span { border-color: #A20FFB; }
span { border-color: rgb(162,15,251); }
td.TdClassName
{
border-color: #A20FFB;
}
.TagClassName
{
border-color: #A20FFB;
}
</style>