Shades of Electric Purple #A006F9
Tints of Electric Purple #A006F9
RGB
CMYK
RGB Variations
Color information
#A006F9 (or 0xA006F9) is known color: Electric Purple. HEX triplet: A0, 06 and F9. RGB value is (160,6,249). Sum of RGB (Red+Green+Blue) = 160+6+249=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #A006F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006F9 is #5FF906. Grayscale: #4E4E4E. Windows color (decimal): -6289671 or 16320160. OLE color: 16320160.
HSL color Cylindrical-coordinate representation of color #A006F9: hue angle of 278.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A006F9 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 6 | 249 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.02 |
| HSL | 278.02º | 0.95% | 0.5% | - |
| HSV(B) | 278.02º | 0.98% | 0.98% | - |
| XYZ | 31.66 | 14.44 | 90.74 | - |
| YUV | 79.75 | 223.52 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 249 | 0.36 | 0.98 | 0 | 0.02 | 278.02 | 0.95 | 0.5 |
| Hex | A0 | 6 | F9 | 24 | 62 | 0 | 2 | 116 | 5F | 32 |
| Octal | 240 | 6 | 371 | 44 | 142 | 0 | 2 | 426 | 137 | 62 |
| Binary | 10100000 | 110 | 11111001 | 100100 | 1100010 | 0 | 10 | 100010110 | 1011111 | 110010 |
Color Harmonies of #A006F9
Complementary color
Monochromatic Colors of #A006F9
Black with #A006F9
Text Example
Text Example
White with #A006F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006F9; }
p { color: rgb(160,6,249); }
H1.HeaderClassName
{
color: #A006F9;
}
.AnyTagClassName
{
color: #A006F9;
}
</style>
background-color css
<style>
a { background-color: #A006F9; }
a { background-color: rgb(160,6,249); }
div.DivClassName
{
background-color: #A006F9;
}
.BgClassName
{
background-color: #A006F9;
}
</style>
border-color css
<style>
span { border-color: #A006F9; }
span { border-color: rgb(160,6,249); }
td.TdClassName
{
border-color: #A006F9;
}
.TagClassName
{
border-color: #A006F9;
}
</style>