Shades of Electric Purple #A408FF
Tints of Electric Purple #A408FF
RGB
CMYK
RGB Variations
Color information
#A408FF (or 0xA408FF) is known color: Electric Purple. HEX triplet: A4, 08 and FF. RGB value is (164,8,255). Sum of RGB (Red+Green+Blue) = 164+8+255=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A408FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408FF is #5BF700. Grayscale: #515151. Windows color (decimal): -6027009 or 16713892. OLE color: 16713892.
HSL color Cylindrical-coordinate representation of color #A408FF: hue angle of 277.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A408FF is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 8 | 255 | - |
| CMYK | 0.36 | 0.97 | 0 | 0 |
| HSL | 277.89º | 1% | 0.52% | - |
| HSV(B) | 277.89º | 0.97% | 1% | - |
| XYZ | 33.45 | 15.29 | 95.8 | - |
| YUV | 82.8 | 225.18 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 255 | 0.36 | 0.97 | 0 | 0 | 277.89 | 1 | 0.52 |
| Hex | A4 | 8 | FF | 24 | 61 | 0 | 0 | 116 | 64 | 34 |
| Octal | 244 | 10 | 377 | 44 | 141 | 0 | 0 | 426 | 144 | 64 |
| Binary | 10100100 | 1000 | 11111111 | 100100 | 1100001 | 0 | 0 | 100010110 | 1100100 | 110100 |
Color Harmonies of #A408FF
Complementary color
Monochromatic Colors of #A408FF
Black with #A408FF
Text Example
Text Example
White with #A408FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408FF; }
p { color: rgb(164,8,255); }
H1.HeaderClassName
{
color: #A408FF;
}
.AnyTagClassName
{
color: #A408FF;
}
</style>
background-color css
<style>
a { background-color: #A408FF; }
a { background-color: rgb(164,8,255); }
div.DivClassName
{
background-color: #A408FF;
}
.BgClassName
{
background-color: #A408FF;
}
</style>
border-color css
<style>
span { border-color: #A408FF; }
span { border-color: rgb(164,8,255); }
td.TdClassName
{
border-color: #A408FF;
}
.TagClassName
{
border-color: #A408FF;
}
</style>