Shades of Electric Purple #A818FF
Tints of Electric Purple #A818FF
RGB
CMYK
RGB Variations
Color information
#A818FF (or 0xA818FF) is known color: Electric Purple. HEX triplet: A8, 18 and FF. RGB value is (168,24,255). Sum of RGB (Red+Green+Blue) = 168+24+255=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #A818FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FF is #57E700. Grayscale: #5C5C5C. Windows color (decimal): -5760769 or 16717992. OLE color: 16717992.
HSL color Cylindrical-coordinate representation of color #A818FF: hue angle of 277.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A818FF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 24 | 255 | - |
| CMYK | 0.34 | 0.91 | 0 | 0 |
| HSL | 277.4º | 1% | 0.55% | - |
| HSV(B) | 277.4º | 0.91% | 1% | - |
| XYZ | 34.53 | 16.2 | 95.91 | - |
| YUV | 93.39 | 219.21 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 255 | 0.34 | 0.91 | 0 | 0 | 277.4 | 1 | 0.55 |
| Hex | A8 | 18 | FF | 22 | 5B | 0 | 0 | 115 | 64 | 37 |
| Octal | 250 | 30 | 377 | 42 | 133 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10101000 | 11000 | 11111111 | 100010 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A818FF
Complementary color
Monochromatic Colors of #A818FF
Black with #A818FF
Text Example
Text Example
White with #A818FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818FF; }
p { color: rgb(168,24,255); }
H1.HeaderClassName
{
color: #A818FF;
}
.AnyTagClassName
{
color: #A818FF;
}
</style>
background-color css
<style>
a { background-color: #A818FF; }
a { background-color: rgb(168,24,255); }
div.DivClassName
{
background-color: #A818FF;
}
.BgClassName
{
background-color: #A818FF;
}
</style>
border-color css
<style>
span { border-color: #A818FF; }
span { border-color: rgb(168,24,255); }
td.TdClassName
{
border-color: #A818FF;
}
.TagClassName
{
border-color: #A818FF;
}
</style>