Shades of Electric Purple #A314FF
Tints of Electric Purple #A314FF
RGB
CMYK
RGB Variations
Color information
#A314FF (or 0xA314FF) is known color: Electric Purple. HEX triplet: A3, 14 and FF. RGB value is (163,20,255). Sum of RGB (Red+Green+Blue) = 163+20+255=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A314FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314FF is #5CEB00. Grayscale: #585858. Windows color (decimal): -6089473 or 16716963. OLE color: 16716963.
HSL color Cylindrical-coordinate representation of color #A314FF: hue angle of 276.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314FF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 20 | 255 | - |
| CMYK | 0.36 | 0.92 | 0 | 0 |
| HSL | 276.51º | 1% | 0.54% | - |
| HSV(B) | 276.51º | 0.92% | 1% | - |
| XYZ | 33.4 | 15.51 | 95.84 | - |
| YUV | 89.55 | 221.38 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 255 | 0.36 | 0.92 | 0 | 0 | 276.51 | 1 | 0.54 |
| Hex | A3 | 14 | FF | 24 | 5C | 0 | 0 | 115 | 64 | 36 |
| Octal | 243 | 24 | 377 | 44 | 134 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100011 | 10100 | 11111111 | 100100 | 1011100 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A314FF
Complementary color
Monochromatic Colors of #A314FF
Black with #A314FF
Text Example
Text Example
White with #A314FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314FF; }
p { color: rgb(163,20,255); }
H1.HeaderClassName
{
color: #A314FF;
}
.AnyTagClassName
{
color: #A314FF;
}
</style>
background-color css
<style>
a { background-color: #A314FF; }
a { background-color: rgb(163,20,255); }
div.DivClassName
{
background-color: #A314FF;
}
.BgClassName
{
background-color: #A314FF;
}
</style>
border-color css
<style>
span { border-color: #A314FF; }
span { border-color: rgb(163,20,255); }
td.TdClassName
{
border-color: #A314FF;
}
.TagClassName
{
border-color: #A314FF;
}
</style>