Shades of Electric Purple #A613FF
Tints of Electric Purple #A613FF
RGB
CMYK
RGB Variations
Color information
#A613FF (or 0xA613FF) is known color: Electric Purple. HEX triplet: A6, 13 and FF. RGB value is (166,19,255). Sum of RGB (Red+Green+Blue) = 166+19+255=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A613FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A613FF is #59EC00. Grayscale: #595959. Windows color (decimal): -5893121 or 16716710. OLE color: 16716710.
HSL color Cylindrical-coordinate representation of color #A613FF: hue angle of 277.37º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A613FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 19 | 255 | - |
| CMYK | 0.35 | 0.93 | 0 | 0 |
| HSL | 277.37º | 1% | 0.54% | - |
| HSV(B) | 277.37º | 0.93% | 1% | - |
| XYZ | 34.01 | 15.79 | 95.86 | - |
| YUV | 89.86 | 221.2 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 255 | 0.35 | 0.93 | 0 | 0 | 277.37 | 1 | 0.54 |
| Hex | A6 | 13 | FF | 23 | 5D | 0 | 0 | 115 | 64 | 36 |
| Octal | 246 | 23 | 377 | 43 | 135 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100110 | 10011 | 11111111 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A613FF
Complementary color
Monochromatic Colors of #A613FF
Black with #A613FF
Text Example
Text Example
White with #A613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A613FF; }
p { color: rgb(166,19,255); }
H1.HeaderClassName
{
color: #A613FF;
}
.AnyTagClassName
{
color: #A613FF;
}
</style>
background-color css
<style>
a { background-color: #A613FF; }
a { background-color: rgb(166,19,255); }
div.DivClassName
{
background-color: #A613FF;
}
.BgClassName
{
background-color: #A613FF;
}
</style>
border-color css
<style>
span { border-color: #A613FF; }
span { border-color: rgb(166,19,255); }
td.TdClassName
{
border-color: #A613FF;
}
.TagClassName
{
border-color: #A613FF;
}
</style>