Shades of Electric Purple #A805FD
Tints of Electric Purple #A805FD
RGB
CMYK
RGB Variations
Color information
#A805FD (or 0xA805FD) is known color: Electric Purple. HEX triplet: A8, 05 and FD. RGB value is (168,5,253). Sum of RGB (Red+Green+Blue) = 168+5+253=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #A805FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805FD is #57FA02. Grayscale: #515151. Windows color (decimal): -5765635 or 16582056. OLE color: 16582056.
HSL color Cylindrical-coordinate representation of color #A805FD: hue angle of 279.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805FD is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 5 | 253 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.01 |
| HSL | 279.44º | 0.98% | 0.51% | - |
| HSV(B) | 279.44º | 0.98% | 0.99% | - |
| XYZ | 33.93 | 15.53 | 94.14 | - |
| YUV | 82.01 | 224.5 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 253 | 0.34 | 0.98 | 0 | 0.01 | 279.44 | 0.98 | 0.51 |
| Hex | A8 | 5 | FD | 22 | 62 | 0 | 1 | 117 | 62 | 33 |
| Octal | 250 | 5 | 375 | 42 | 142 | 0 | 1 | 427 | 142 | 63 |
| Binary | 10101000 | 101 | 11111101 | 100010 | 1100010 | 0 | 1 | 100010111 | 1100010 | 110011 |
Color Harmonies of #A805FD
Complementary color
Monochromatic Colors of #A805FD
Black with #A805FD
Text Example
Text Example
White with #A805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805FD; }
p { color: rgb(168,5,253); }
H1.HeaderClassName
{
color: #A805FD;
}
.AnyTagClassName
{
color: #A805FD;
}
</style>
background-color css
<style>
a { background-color: #A805FD; }
a { background-color: rgb(168,5,253); }
div.DivClassName
{
background-color: #A805FD;
}
.BgClassName
{
background-color: #A805FD;
}
</style>
border-color css
<style>
span { border-color: #A805FD; }
span { border-color: rgb(168,5,253); }
td.TdClassName
{
border-color: #A805FD;
}
.TagClassName
{
border-color: #A805FD;
}
</style>