Shades of Electric Purple #A812F9
Tints of Electric Purple #A812F9
RGB
CMYK
RGB Variations
Color information
#A812F9 (or 0xA812F9) is known color: Electric Purple. HEX triplet: A8, 12 and F9. RGB value is (168,18,249). Sum of RGB (Red+Green+Blue) = 168+18+249=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #A812F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812F9 is #57ED06. Grayscale: #585858. Windows color (decimal): -5762311 or 16323240. OLE color: 16323240.
HSL color Cylindrical-coordinate representation of color #A812F9: hue angle of 278.96º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812F9 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 18 | 249 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.02 |
| HSL | 278.96º | 0.95% | 0.52% | - |
| HSV(B) | 278.96º | 0.93% | 0.98% | - |
| XYZ | 33.46 | 15.6 | 90.87 | - |
| YUV | 89.18 | 218.2 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 249 | 0.33 | 0.93 | 0 | 0.02 | 278.96 | 0.95 | 0.52 |
| Hex | A8 | 12 | F9 | 21 | 5D | 0 | 2 | 117 | 5F | 34 |
| Octal | 250 | 22 | 371 | 41 | 135 | 0 | 2 | 427 | 137 | 64 |
| Binary | 10101000 | 10010 | 11111001 | 100001 | 1011101 | 0 | 10 | 100010111 | 1011111 | 110100 |
Color Harmonies of #A812F9
Complementary color
Monochromatic Colors of #A812F9
Black with #A812F9
Text Example
Text Example
White with #A812F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812F9; }
p { color: rgb(168,18,249); }
H1.HeaderClassName
{
color: #A812F9;
}
.AnyTagClassName
{
color: #A812F9;
}
</style>
background-color css
<style>
a { background-color: #A812F9; }
a { background-color: rgb(168,18,249); }
div.DivClassName
{
background-color: #A812F9;
}
.BgClassName
{
background-color: #A812F9;
}
</style>
border-color css
<style>
span { border-color: #A812F9; }
span { border-color: rgb(168,18,249); }
td.TdClassName
{
border-color: #A812F9;
}
.TagClassName
{
border-color: #A812F9;
}
</style>