Shades of Electric Purple #A317FA
Tints of Electric Purple #A317FA
RGB
CMYK
RGB Variations
Color information
#A317FA (or 0xA317FA) is known color: Electric Purple. HEX triplet: A3, 17 and FA. RGB value is (163,23,250). Sum of RGB (Red+Green+Blue) = 163+23+250=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #A317FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317FA is #5CE805. Grayscale: #595959. Windows color (decimal): -6088710 or 16390051. OLE color: 16390051.
HSL color Cylindrical-coordinate representation of color #A317FA: hue angle of 277º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A317FA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 23 | 250 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.02 |
| HSL | 277º | 0.96% | 0.54% | - |
| HSV(B) | 277º | 0.91% | 0.98% | - |
| XYZ | 32.67 | 15.3 | 91.67 | - |
| YUV | 90.74 | 217.88 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 250 | 0.35 | 0.91 | 0 | 0.02 | 277 | 0.96 | 0.54 |
| Hex | A3 | 17 | FA | 23 | 5B | 0 | 2 | 115 | 60 | 36 |
| Octal | 243 | 27 | 372 | 43 | 133 | 0 | 2 | 425 | 140 | 66 |
| Binary | 10100011 | 10111 | 11111010 | 100011 | 1011011 | 0 | 10 | 100010101 | 1100000 | 110110 |
Color Harmonies of #A317FA
Complementary color
Monochromatic Colors of #A317FA
Black with #A317FA
Text Example
Text Example
White with #A317FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A317FA; }
p { color: rgb(163,23,250); }
H1.HeaderClassName
{
color: #A317FA;
}
.AnyTagClassName
{
color: #A317FA;
}
</style>
background-color css
<style>
a { background-color: #A317FA; }
a { background-color: rgb(163,23,250); }
div.DivClassName
{
background-color: #A317FA;
}
.BgClassName
{
background-color: #A317FA;
}
</style>
border-color css
<style>
span { border-color: #A317FA; }
span { border-color: rgb(163,23,250); }
td.TdClassName
{
border-color: #A317FA;
}
.TagClassName
{
border-color: #A317FA;
}
</style>