Shades of Electric Purple #A809FD
Tints of Electric Purple #A809FD
RGB
CMYK
RGB Variations
Color information
#A809FD (or 0xA809FD) is known color: Electric Purple. HEX triplet: A8, 09 and FD. RGB value is (168,9,253). Sum of RGB (Red+Green+Blue) = 168+9+253=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #A809FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A809FD is #57F602. Grayscale: #535353. Windows color (decimal): -5764611 or 16583080. OLE color: 16583080.
HSL color Cylindrical-coordinate representation of color #A809FD: hue angle of 279.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809FD is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 9 | 253 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.01 |
| HSL | 279.1º | 0.98% | 0.51% | - |
| HSV(B) | 279.1º | 0.96% | 0.99% | - |
| XYZ | 33.98 | 15.61 | 94.15 | - |
| YUV | 84.36 | 223.18 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 253 | 0.34 | 0.96 | 0 | 0.01 | 279.1 | 0.98 | 0.51 |
| Hex | A8 | 9 | FD | 22 | 60 | 0 | 1 | 117 | 62 | 33 |
| Octal | 250 | 11 | 375 | 42 | 140 | 0 | 1 | 427 | 142 | 63 |
| Binary | 10101000 | 1001 | 11111101 | 100010 | 1100000 | 0 | 1 | 100010111 | 1100010 | 110011 |
Color Harmonies of #A809FD
Complementary color
Monochromatic Colors of #A809FD
Black with #A809FD
Text Example
Text Example
White with #A809FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809FD; }
p { color: rgb(168,9,253); }
H1.HeaderClassName
{
color: #A809FD;
}
.AnyTagClassName
{
color: #A809FD;
}
</style>
background-color css
<style>
a { background-color: #A809FD; }
a { background-color: rgb(168,9,253); }
div.DivClassName
{
background-color: #A809FD;
}
.BgClassName
{
background-color: #A809FD;
}
</style>
border-color css
<style>
span { border-color: #A809FD; }
span { border-color: rgb(168,9,253); }
td.TdClassName
{
border-color: #A809FD;
}
.TagClassName
{
border-color: #A809FD;
}
</style>