Shades of Electric Purple #A913F2
Tints of Electric Purple #A913F2
RGB
CMYK
RGB Variations
Color information
#A913F2 (or 0xA913F2) is known color: Electric Purple. HEX triplet: A9, 13 and F2. RGB value is (169,19,242). Sum of RGB (Red+Green+Blue) = 169+19+242=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #A913F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A913F2 is #56EC0D. Grayscale: #585858. Windows color (decimal): -5696526 or 15864745. OLE color: 15864745.
HSL color Cylindrical-coordinate representation of color #A913F2: hue angle of 280.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A913F2 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 19 | 242 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.05 |
| HSL | 280.36º | 0.9% | 0.51% | - |
| HSV(B) | 280.36º | 0.92% | 0.95% | - |
| XYZ | 32.62 | 15.31 | 85.24 | - |
| YUV | 89.27 | 214.2 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 242 | 0.30 | 0.92 | 0 | 0.05 | 280.36 | 0.9 | 0.51 |
| Hex | A9 | 13 | F2 | 1E | 5C | 0 | 5 | 118 | 5A | 33 |
| Octal | 251 | 23 | 362 | 36 | 134 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10101001 | 10011 | 11110010 | 11110 | 1011100 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A913F2
Complementary color
Monochromatic Colors of #A913F2
Black with #A913F2
Text Example
Text Example
White with #A913F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913F2; }
p { color: rgb(169,19,242); }
H1.HeaderClassName
{
color: #A913F2;
}
.AnyTagClassName
{
color: #A913F2;
}
</style>
background-color css
<style>
a { background-color: #A913F2; }
a { background-color: rgb(169,19,242); }
div.DivClassName
{
background-color: #A913F2;
}
.BgClassName
{
background-color: #A913F2;
}
</style>
border-color css
<style>
span { border-color: #A913F2; }
span { border-color: rgb(169,19,242); }
td.TdClassName
{
border-color: #A913F2;
}
.TagClassName
{
border-color: #A913F2;
}
</style>