Shades of Electric Purple #A603F9
Tints of Electric Purple #A603F9
RGB
CMYK
RGB Variations
Color information
#A603F9 (or 0xA603F9) is known color: Electric Purple. HEX triplet: A6, 03 and F9. RGB value is (166,3,249). Sum of RGB (Red+Green+Blue) = 166+3+249=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #A603F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603F9 is #59FC06. Grayscale: #4E4E4E. Windows color (decimal): -5897223 or 16319398. OLE color: 16319398.
HSL color Cylindrical-coordinate representation of color #A603F9: hue angle of 279.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603F9 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 3 | 249 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.02 |
| HSL | 279.76º | 0.98% | 0.49% | - |
| HSV(B) | 279.76º | 0.99% | 0.98% | - |
| XYZ | 32.86 | 15.01 | 90.79 | - |
| YUV | 79.78 | 223.5 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 249 | 0.33 | 0.99 | 0 | 0.02 | 279.76 | 0.98 | 0.49 |
| Hex | A6 | 3 | F9 | 21 | 63 | 0 | 2 | 118 | 62 | 31 |
| Octal | 246 | 3 | 371 | 41 | 143 | 0 | 2 | 430 | 142 | 61 |
| Binary | 10100110 | 11 | 11111001 | 100001 | 1100011 | 0 | 10 | 100011000 | 1100010 | 110001 |
Color Harmonies of #A603F9
Complementary color
Monochromatic Colors of #A603F9
Black with #A603F9
Text Example
Text Example
White with #A603F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A603F9; }
p { color: rgb(166,3,249); }
H1.HeaderClassName
{
color: #A603F9;
}
.AnyTagClassName
{
color: #A603F9;
}
</style>
background-color css
<style>
a { background-color: #A603F9; }
a { background-color: rgb(166,3,249); }
div.DivClassName
{
background-color: #A603F9;
}
.BgClassName
{
background-color: #A603F9;
}
</style>
border-color css
<style>
span { border-color: #A603F9; }
span { border-color: rgb(166,3,249); }
td.TdClassName
{
border-color: #A603F9;
}
.TagClassName
{
border-color: #A603F9;
}
</style>