Shades of Electric Purple #A316FF
Tints of Electric Purple #A316FF
RGB
CMYK
RGB Variations
Color information
#A316FF (or 0xA316FF) is known color: Electric Purple. HEX triplet: A3, 16 and FF. RGB value is (163,22,255). Sum of RGB (Red+Green+Blue) = 163+22+255=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A316FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A316FF is #5CE900. Grayscale: #595959. Windows color (decimal): -6088961 or 16717475. OLE color: 16717475.
HSL color Cylindrical-coordinate representation of color #A316FF: hue angle of 276.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A316FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 22 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 276.31º | 1% | 0.54% | - |
| HSV(B) | 276.31º | 0.91% | 1% | - |
| XYZ | 33.44 | 15.58 | 95.85 | - |
| YUV | 90.72 | 220.71 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 22 | 255 | 0.36 | 0.91 | 0 | 0 | 276.31 | 1 | 0.54 |
| Hex | A3 | 16 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 36 |
| Octal | 243 | 26 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100011 | 10110 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A316FF
Complementary color
Monochromatic Colors of #A316FF
Black with #A316FF
Text Example
Text Example
White with #A316FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A316FF; }
p { color: rgb(163,22,255); }
H1.HeaderClassName
{
color: #A316FF;
}
.AnyTagClassName
{
color: #A316FF;
}
</style>
background-color css
<style>
a { background-color: #A316FF; }
a { background-color: rgb(163,22,255); }
div.DivClassName
{
background-color: #A316FF;
}
.BgClassName
{
background-color: #A316FF;
}
</style>
border-color css
<style>
span { border-color: #A316FF; }
span { border-color: rgb(163,22,255); }
td.TdClassName
{
border-color: #A316FF;
}
.TagClassName
{
border-color: #A316FF;
}
</style>