Shades of Electric Purple #A314FB
Tints of Electric Purple #A314FB
RGB
CMYK
RGB Variations
Color information
#A314FB (or 0xA314FB) is known color: Electric Purple. HEX triplet: A3, 14 and FB. RGB value is (163,20,251). Sum of RGB (Red+Green+Blue) = 163+20+251=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #A314FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314FB is #5CEB04. Grayscale: #585858. Windows color (decimal): -6089477 or 16454819. OLE color: 16454819.
HSL color Cylindrical-coordinate representation of color #A314FB: hue angle of 277.14º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314FB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 20 | 251 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.02 |
| HSL | 277.14º | 0.97% | 0.53% | - |
| HSV(B) | 277.14º | 0.92% | 0.98% | - |
| XYZ | 32.77 | 15.25 | 92.48 | - |
| YUV | 89.09 | 219.38 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 251 | 0.35 | 0.92 | 0 | 0.02 | 277.14 | 0.97 | 0.53 |
| Hex | A3 | 14 | FB | 23 | 5C | 0 | 2 | 115 | 61 | 35 |
| Octal | 243 | 24 | 373 | 43 | 134 | 0 | 2 | 425 | 141 | 65 |
| Binary | 10100011 | 10100 | 11111011 | 100011 | 1011100 | 0 | 10 | 100010101 | 1100001 | 110101 |
Color Harmonies of #A314FB
Complementary color
Monochromatic Colors of #A314FB
Black with #A314FB
Text Example
Text Example
White with #A314FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314FB; }
p { color: rgb(163,20,251); }
H1.HeaderClassName
{
color: #A314FB;
}
.AnyTagClassName
{
color: #A314FB;
}
</style>
background-color css
<style>
a { background-color: #A314FB; }
a { background-color: rgb(163,20,251); }
div.DivClassName
{
background-color: #A314FB;
}
.BgClassName
{
background-color: #A314FB;
}
</style>
border-color css
<style>
span { border-color: #A314FB; }
span { border-color: rgb(163,20,251); }
td.TdClassName
{
border-color: #A314FB;
}
.TagClassName
{
border-color: #A314FB;
}
</style>