Shades of Electric Purple #A818FD
Tints of Electric Purple #A818FD
RGB
CMYK
RGB Variations
Color information
#A818FD (or 0xA818FD) is known color: Electric Purple. HEX triplet: A8, 18 and FD. RGB value is (168,24,253). Sum of RGB (Red+Green+Blue) = 168+24+253=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A818FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FD is #57E702. Grayscale: #5C5C5C. Windows color (decimal): -5760771 or 16586920. OLE color: 16586920.
HSL color Cylindrical-coordinate representation of color #A818FD: hue angle of 277.73º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A818FD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 24 | 253 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.01 |
| HSL | 277.73º | 0.98% | 0.54% | - |
| HSV(B) | 277.73º | 0.91% | 0.99% | - |
| XYZ | 34.2 | 16.07 | 94.23 | - |
| YUV | 93.16 | 218.21 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 253 | 0.34 | 0.91 | 0 | 0.01 | 277.73 | 0.98 | 0.54 |
| Hex | A8 | 18 | FD | 22 | 5B | 0 | 1 | 116 | 62 | 36 |
| Octal | 250 | 30 | 375 | 42 | 133 | 0 | 1 | 426 | 142 | 66 |
| Binary | 10101000 | 11000 | 11111101 | 100010 | 1011011 | 0 | 1 | 100010110 | 1100010 | 110110 |
Color Harmonies of #A818FD
Complementary color
Monochromatic Colors of #A818FD
Black with #A818FD
Text Example
Text Example
White with #A818FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818FD; }
p { color: rgb(168,24,253); }
H1.HeaderClassName
{
color: #A818FD;
}
.AnyTagClassName
{
color: #A818FD;
}
</style>
background-color css
<style>
a { background-color: #A818FD; }
a { background-color: rgb(168,24,253); }
div.DivClassName
{
background-color: #A818FD;
}
.BgClassName
{
background-color: #A818FD;
}
</style>
border-color css
<style>
span { border-color: #A818FD; }
span { border-color: rgb(168,24,253); }
td.TdClassName
{
border-color: #A818FD;
}
.TagClassName
{
border-color: #A818FD;
}
</style>