Shades of Electric Purple #A311F3
Tints of Electric Purple #A311F3
RGB
CMYK
RGB Variations
Color information
#A311F3 (or 0xA311F3) is known color: Electric Purple. HEX triplet: A3, 11 and F3. RGB value is (163,17,243). Sum of RGB (Red+Green+Blue) = 163+17+243=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #A311F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A311F3 is #5CEE0C. Grayscale: #555555. Windows color (decimal): -6090253 or 15929763. OLE color: 15929763.
HSL color Cylindrical-coordinate representation of color #A311F3: hue angle of 278.76º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A311F3 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 17 | 243 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.05 |
| HSL | 278.76º | 0.9% | 0.51% | - |
| HSV(B) | 278.76º | 0.93% | 0.95% | - |
| XYZ | 31.48 | 14.66 | 85.96 | - |
| YUV | 86.42 | 216.37 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 243 | 0.33 | 0.93 | 0 | 0.05 | 278.76 | 0.9 | 0.51 |
| Hex | A3 | 11 | F3 | 21 | 5D | 0 | 5 | 117 | 5A | 33 |
| Octal | 243 | 21 | 363 | 41 | 135 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100011 | 10001 | 11110011 | 100001 | 1011101 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A311F3
Complementary color
Monochromatic Colors of #A311F3
Black with #A311F3
Text Example
Text Example
White with #A311F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A311F3; }
p { color: rgb(163,17,243); }
H1.HeaderClassName
{
color: #A311F3;
}
.AnyTagClassName
{
color: #A311F3;
}
</style>
background-color css
<style>
a { background-color: #A311F3; }
a { background-color: rgb(163,17,243); }
div.DivClassName
{
background-color: #A311F3;
}
.BgClassName
{
background-color: #A311F3;
}
</style>
border-color css
<style>
span { border-color: #A311F3; }
span { border-color: rgb(163,17,243); }
td.TdClassName
{
border-color: #A311F3;
}
.TagClassName
{
border-color: #A311F3;
}
</style>