Shades of Electric Purple #A314F2
Tints of Electric Purple #A314F2
RGB
CMYK
RGB Variations
Color information
#A314F2 (or 0xA314F2) is known color: Electric Purple. HEX triplet: A3, 14 and F2. RGB value is (163,20,242). Sum of RGB (Red+Green+Blue) = 163+20+242=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #A314F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A314F2 is #5CEB0D. Grayscale: #575757. Windows color (decimal): -6089486 or 15864995. OLE color: 15864995.
HSL color Cylindrical-coordinate representation of color #A314F2: hue angle of 278.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A314F2 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 20 | 242 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.05 |
| HSL | 278.65º | 0.9% | 0.51% | - |
| HSV(B) | 278.65º | 0.92% | 0.95% | - |
| XYZ | 31.38 | 14.7 | 85.19 | - |
| YUV | 88.07 | 214.88 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 242 | 0.33 | 0.92 | 0 | 0.05 | 278.65 | 0.9 | 0.51 |
| Hex | A3 | 14 | F2 | 21 | 5C | 0 | 5 | 117 | 5A | 33 |
| Octal | 243 | 24 | 362 | 41 | 134 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100011 | 10100 | 11110010 | 100001 | 1011100 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A314F2
Complementary color
Monochromatic Colors of #A314F2
Black with #A314F2
Text Example
Text Example
White with #A314F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314F2; }
p { color: rgb(163,20,242); }
H1.HeaderClassName
{
color: #A314F2;
}
.AnyTagClassName
{
color: #A314F2;
}
</style>
background-color css
<style>
a { background-color: #A314F2; }
a { background-color: rgb(163,20,242); }
div.DivClassName
{
background-color: #A314F2;
}
.BgClassName
{
background-color: #A314F2;
}
</style>
border-color css
<style>
span { border-color: #A314F2; }
span { border-color: rgb(163,20,242); }
td.TdClassName
{
border-color: #A314F2;
}
.TagClassName
{
border-color: #A314F2;
}
</style>