Shades of Electric Purple #A818F3
Tints of Electric Purple #A818F3
RGB
CMYK
RGB Variations
Color information
#A818F3 (or 0xA818F3) is known color: Electric Purple. HEX triplet: A8, 18 and F3. RGB value is (168,24,243). Sum of RGB (Red+Green+Blue) = 168+24+243=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #A818F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F3 is #57E70C. Grayscale: #5B5B5B. Windows color (decimal): -5760781 or 15931560. OLE color: 15931560.
HSL color Cylindrical-coordinate representation of color #A818F3: hue angle of 279.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818F3 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 24 | 243 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.05 |
| HSL | 279.45º | 0.9% | 0.52% | - |
| HSV(B) | 279.45º | 0.9% | 0.95% | - |
| XYZ | 32.65 | 15.45 | 86.06 | - |
| YUV | 92.02 | 213.21 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 243 | 0.31 | 0.90 | 0 | 0.05 | 279.45 | 0.9 | 0.52 |
| Hex | A8 | 18 | F3 | 1F | 5A | 0 | 5 | 117 | 5A | 34 |
| Octal | 250 | 30 | 363 | 37 | 132 | 0 | 5 | 427 | 132 | 64 |
| Binary | 10101000 | 11000 | 11110011 | 11111 | 1011010 | 0 | 101 | 100010111 | 1011010 | 110100 |
Color Harmonies of #A818F3
Complementary color
Monochromatic Colors of #A818F3
Black with #A818F3
Text Example
Text Example
White with #A818F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818F3; }
p { color: rgb(168,24,243); }
H1.HeaderClassName
{
color: #A818F3;
}
.AnyTagClassName
{
color: #A818F3;
}
</style>
background-color css
<style>
a { background-color: #A818F3; }
a { background-color: rgb(168,24,243); }
div.DivClassName
{
background-color: #A818F3;
}
.BgClassName
{
background-color: #A818F3;
}
</style>
border-color css
<style>
span { border-color: #A818F3; }
span { border-color: rgb(168,24,243); }
td.TdClassName
{
border-color: #A818F3;
}
.TagClassName
{
border-color: #A818F3;
}
</style>