Shades of Electric Purple #A315F4
Tints of Electric Purple #A315F4
RGB
CMYK
RGB Variations
Color information
#A315F4 (or 0xA315F4) is known color: Electric Purple. HEX triplet: A3, 15 and F4. RGB value is (163,21,244). Sum of RGB (Red+Green+Blue) = 163+21+244=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 244 (95.70% from 255 or 57.01% from 428); Max value from RGB is 244 - color contains mainly: blue. Hex color #A315F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315F4 is #5CEA0B. Grayscale: #585858. Windows color (decimal): -6089228 or 15996323. OLE color: 15996323.
HSL color Cylindrical-coordinate representation of color #A315F4: hue angle of 278.21º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315F4 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 21 | 244 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.04 |
| HSL | 278.21º | 0.91% | 0.52% | - |
| HSV(B) | 278.21º | 0.91% | 0.96% | - |
| XYZ | 31.7 | 14.85 | 86.78 | - |
| YUV | 88.88 | 215.54 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 244 | 0.33 | 0.91 | 0 | 0.04 | 278.21 | 0.91 | 0.52 |
| Hex | A3 | 15 | F4 | 21 | 5B | 0 | 4 | 116 | 5B | 34 |
| Octal | 243 | 25 | 364 | 41 | 133 | 0 | 4 | 426 | 133 | 64 |
| Binary | 10100011 | 10101 | 11110100 | 100001 | 1011011 | 0 | 100 | 100010110 | 1011011 | 110100 |
Color Harmonies of #A315F4
Complementary color
Monochromatic Colors of #A315F4
Black with #A315F4
Text Example
Text Example
White with #A315F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315F4; }
p { color: rgb(163,21,244); }
H1.HeaderClassName
{
color: #A315F4;
}
.AnyTagClassName
{
color: #A315F4;
}
</style>
background-color css
<style>
a { background-color: #A315F4; }
a { background-color: rgb(163,21,244); }
div.DivClassName
{
background-color: #A315F4;
}
.BgClassName
{
background-color: #A315F4;
}
</style>
border-color css
<style>
span { border-color: #A315F4; }
span { border-color: rgb(163,21,244); }
td.TdClassName
{
border-color: #A315F4;
}
.TagClassName
{
border-color: #A315F4;
}
</style>