Shades of Electric Purple #A310FF
Tints of Electric Purple #A310FF
RGB
CMYK
RGB Variations
Color information
#A310FF (or 0xA310FF) is known color: Electric Purple. HEX triplet: A3, 10 and FF. RGB value is (163,16,255). Sum of RGB (Red+Green+Blue) = 163+16+255=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A310FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A310FF is #5CEF00. Grayscale: #565656. Windows color (decimal): -6090497 or 16715939. OLE color: 16715939.
HSL color Cylindrical-coordinate representation of color #A310FF: hue angle of 276.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A310FF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 16 | 255 | - |
| CMYK | 0.36 | 0.94 | 0 | 0 |
| HSL | 276.9º | 1% | 0.53% | - |
| HSV(B) | 276.9º | 0.94% | 1% | - |
| XYZ | 33.34 | 15.38 | 95.82 | - |
| YUV | 87.2 | 222.7 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 255 | 0.36 | 0.94 | 0 | 0 | 276.9 | 1 | 0.53 |
| Hex | A3 | 10 | FF | 24 | 5E | 0 | 0 | 115 | 64 | 35 |
| Octal | 243 | 20 | 377 | 44 | 136 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100011 | 10000 | 11111111 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A310FF
Complementary color
Monochromatic Colors of #A310FF
Black with #A310FF
Text Example
Text Example
White with #A310FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310FF; }
p { color: rgb(163,16,255); }
H1.HeaderClassName
{
color: #A310FF;
}
.AnyTagClassName
{
color: #A310FF;
}
</style>
background-color css
<style>
a { background-color: #A310FF; }
a { background-color: rgb(163,16,255); }
div.DivClassName
{
background-color: #A310FF;
}
.BgClassName
{
background-color: #A310FF;
}
</style>
border-color css
<style>
span { border-color: #A310FF; }
span { border-color: rgb(163,16,255); }
td.TdClassName
{
border-color: #A310FF;
}
.TagClassName
{
border-color: #A310FF;
}
</style>