Shades of Electric Purple #A813F3
Tints of Electric Purple #A813F3
RGB
CMYK
RGB Variations
Color information
#A813F3 (or 0xA813F3) is known color: Electric Purple. HEX triplet: A8, 13 and F3. RGB value is (168,19,243). Sum of RGB (Red+Green+Blue) = 168+19+243=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #A813F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A813F3 is #57EC0C. Grayscale: #585858. Windows color (decimal): -5762061 or 15930280. OLE color: 15930280.
HSL color Cylindrical-coordinate representation of color #A813F3: hue angle of 279.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A813F3 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 19 | 243 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.05 |
| HSL | 279.91º | 0.9% | 0.51% | - |
| HSV(B) | 279.91º | 0.92% | 0.95% | - |
| XYZ | 32.56 | 15.26 | 86.02 | - |
| YUV | 89.09 | 214.86 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 243 | 0.31 | 0.92 | 0 | 0.05 | 279.91 | 0.9 | 0.51 |
| Hex | A8 | 13 | F3 | 1F | 5C | 0 | 5 | 118 | 5A | 33 |
| Octal | 250 | 23 | 363 | 37 | 134 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10101000 | 10011 | 11110011 | 11111 | 1011100 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A813F3
Complementary color
Monochromatic Colors of #A813F3
Black with #A813F3
Text Example
Text Example
White with #A813F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813F3; }
p { color: rgb(168,19,243); }
H1.HeaderClassName
{
color: #A813F3;
}
.AnyTagClassName
{
color: #A813F3;
}
</style>
background-color css
<style>
a { background-color: #A813F3; }
a { background-color: rgb(168,19,243); }
div.DivClassName
{
background-color: #A813F3;
}
.BgClassName
{
background-color: #A813F3;
}
</style>
border-color css
<style>
span { border-color: #A813F3; }
span { border-color: rgb(168,19,243); }
td.TdClassName
{
border-color: #A813F3;
}
.TagClassName
{
border-color: #A813F3;
}
</style>