Shades of Electric Purple #A613F8
Tints of Electric Purple #A613F8
RGB
CMYK
RGB Variations
Color information
#A613F8 (or 0xA613F8) is known color: Electric Purple. HEX triplet: A6, 13 and F8. RGB value is (166,19,248). Sum of RGB (Red+Green+Blue) = 166+19+248=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #A613F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613F8 is #59EC07. Grayscale: #585858. Windows color (decimal): -5893128 or 16257958. OLE color: 16257958.
HSL color Cylindrical-coordinate representation of color #A613F8: hue angle of 278.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A613F8 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 19 | 248 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.03 |
| HSL | 278.52º | 0.94% | 0.52% | - |
| HSV(B) | 278.52º | 0.92% | 0.97% | - |
| XYZ | 32.9 | 15.35 | 90.04 | - |
| YUV | 89.06 | 217.7 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 248 | 0.33 | 0.92 | 0 | 0.03 | 278.52 | 0.94 | 0.52 |
| Hex | A6 | 13 | F8 | 21 | 5C | 0 | 3 | 117 | 5E | 34 |
| Octal | 246 | 23 | 370 | 41 | 134 | 0 | 3 | 427 | 136 | 64 |
| Binary | 10100110 | 10011 | 11111000 | 100001 | 1011100 | 0 | 11 | 100010111 | 1011110 | 110100 |
Color Harmonies of #A613F8
Complementary color
Monochromatic Colors of #A613F8
Black with #A613F8
Text Example
Text Example
White with #A613F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613F8; }
p { color: rgb(166,19,248); }
H1.HeaderClassName
{
color: #A613F8;
}
.AnyTagClassName
{
color: #A613F8;
}
</style>
background-color css
<style>
a { background-color: #A613F8; }
a { background-color: rgb(166,19,248); }
div.DivClassName
{
background-color: #A613F8;
}
.BgClassName
{
background-color: #A613F8;
}
</style>
border-color css
<style>
span { border-color: #A613F8; }
span { border-color: rgb(166,19,248); }
td.TdClassName
{
border-color: #A613F8;
}
.TagClassName
{
border-color: #A613F8;
}
</style>