Shades of Electric Purple #A318FB
Tints of Electric Purple #A318FB
RGB
CMYK
RGB Variations
Color information
#A318FB (or 0xA318FB) is known color: Electric Purple. HEX triplet: A3, 18 and FB. RGB value is (163,24,251). Sum of RGB (Red+Green+Blue) = 163+24+251=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #A318FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A318FB is #5CE704. Grayscale: #5A5A5A. Windows color (decimal): -6088453 or 16455843. OLE color: 16455843.
HSL color Cylindrical-coordinate representation of color #A318FB: hue angle of 276.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A318FB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 24 | 251 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.02 |
| HSL | 276.74º | 0.97% | 0.54% | - |
| HSV(B) | 276.74º | 0.9% | 0.98% | - |
| XYZ | 32.84 | 15.4 | 92.51 | - |
| YUV | 91.44 | 218.05 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 251 | 0.35 | 0.90 | 0 | 0.02 | 276.74 | 0.97 | 0.54 |
| Hex | A3 | 18 | FB | 23 | 5A | 0 | 2 | 115 | 61 | 36 |
| Octal | 243 | 30 | 373 | 43 | 132 | 0 | 2 | 425 | 141 | 66 |
| Binary | 10100011 | 11000 | 11111011 | 100011 | 1011010 | 0 | 10 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A318FB
Complementary color
Monochromatic Colors of #A318FB
Black with #A318FB
Text Example
Text Example
White with #A318FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A318FB; }
p { color: rgb(163,24,251); }
H1.HeaderClassName
{
color: #A318FB;
}
.AnyTagClassName
{
color: #A318FB;
}
</style>
background-color css
<style>
a { background-color: #A318FB; }
a { background-color: rgb(163,24,251); }
div.DivClassName
{
background-color: #A318FB;
}
.BgClassName
{
background-color: #A318FB;
}
</style>
border-color css
<style>
span { border-color: #A318FB; }
span { border-color: rgb(163,24,251); }
td.TdClassName
{
border-color: #A318FB;
}
.TagClassName
{
border-color: #A318FB;
}
</style>