Shades of Electric Purple #A809F2
Tints of Electric Purple #A809F2
RGB
CMYK
RGB Variations
Color information
#A809F2 (or 0xA809F2) is known color: Electric Purple. HEX triplet: A8, 09 and F2. RGB value is (168,9,242). Sum of RGB (Red+Green+Blue) = 168+9+242=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #A809F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809F2 is #57F60D. Grayscale: #525252. Windows color (decimal): -5764622 or 15862184. OLE color: 15862184.
HSL color Cylindrical-coordinate representation of color #A809F2: hue angle of 280.94º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809F2 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 9 | 242 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.05 |
| HSL | 280.94º | 0.93% | 0.49% | - |
| HSV(B) | 280.94º | 0.96% | 0.95% | - |
| XYZ | 32.27 | 14.93 | 85.19 | - |
| YUV | 83.1 | 217.68 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 242 | 0.31 | 0.96 | 0 | 0.05 | 280.94 | 0.93 | 0.49 |
| Hex | A8 | 9 | F2 | 1F | 60 | 0 | 5 | 119 | 5D | 31 |
| Octal | 250 | 11 | 362 | 37 | 140 | 0 | 5 | 431 | 135 | 61 |
| Binary | 10101000 | 1001 | 11110010 | 11111 | 1100000 | 0 | 101 | 100011001 | 1011101 | 110001 |
Color Harmonies of #A809F2
Complementary color
Monochromatic Colors of #A809F2
Black with #A809F2
Text Example
Text Example
White with #A809F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809F2; }
p { color: rgb(168,9,242); }
H1.HeaderClassName
{
color: #A809F2;
}
.AnyTagClassName
{
color: #A809F2;
}
</style>
background-color css
<style>
a { background-color: #A809F2; }
a { background-color: rgb(168,9,242); }
div.DivClassName
{
background-color: #A809F2;
}
.BgClassName
{
background-color: #A809F2;
}
</style>
border-color css
<style>
span { border-color: #A809F2; }
span { border-color: rgb(168,9,242); }
td.TdClassName
{
border-color: #A809F2;
}
.TagClassName
{
border-color: #A809F2;
}
</style>