Shades of Electric Purple #A603F0
Tints of Electric Purple #A603F0
RGB
CMYK
RGB Variations
Color information
#A603F0 (or 0xA603F0) is known color: Electric Purple. HEX triplet: A6, 03 and F0. RGB value is (166,3,240). Sum of RGB (Red+Green+Blue) = 166+3+240=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #A603F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603F0 is #59FC0F. Grayscale: #4D4D4D. Windows color (decimal): -5897232 or 15729574. OLE color: 15729574.
HSL color Cylindrical-coordinate representation of color #A603F0: hue angle of 281.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603F0 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 3 | 240 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.06 |
| HSL | 281.27º | 0.98% | 0.48% | - |
| HSV(B) | 281.27º | 0.99% | 0.94% | - |
| XYZ | 31.49 | 14.46 | 83.57 | - |
| YUV | 78.76 | 219 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 240 | 0.31 | 0.99 | 0 | 0.06 | 281.27 | 0.98 | 0.48 |
| Hex | A6 | 3 | F0 | 1F | 63 | 0 | 6 | 119 | 62 | 30 |
| Octal | 246 | 3 | 360 | 37 | 143 | 0 | 6 | 431 | 142 | 60 |
| Binary | 10100110 | 11 | 11110000 | 11111 | 1100011 | 0 | 110 | 100011001 | 1100010 | 110000 |
Color Harmonies of #A603F0
Complementary color
Monochromatic Colors of #A603F0
Black with #A603F0
Text Example
Text Example
White with #A603F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603F0; }
p { color: rgb(166,3,240); }
H1.HeaderClassName
{
color: #A603F0;
}
.AnyTagClassName
{
color: #A603F0;
}
</style>
background-color css
<style>
a { background-color: #A603F0; }
a { background-color: rgb(166,3,240); }
div.DivClassName
{
background-color: #A603F0;
}
.BgClassName
{
background-color: #A603F0;
}
</style>
border-color css
<style>
span { border-color: #A603F0; }
span { border-color: rgb(166,3,240); }
td.TdClassName
{
border-color: #A603F0;
}
.TagClassName
{
border-color: #A603F0;
}
</style>