Shades of Electric Purple #A812FB
Tints of Electric Purple #A812FB
RGB
CMYK
RGB Variations
Color information
#A812FB (or 0xA812FB) is known color: Electric Purple. HEX triplet: A8, 12 and FB. RGB value is (168,18,251). Sum of RGB (Red+Green+Blue) = 168+18+251=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #A812FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FB is #57ED04. Grayscale: #585858. Windows color (decimal): -5762309 or 16454312. OLE color: 16454312.
HSL color Cylindrical-coordinate representation of color #A812FB: hue angle of 278.63º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812FB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 18 | 251 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.02 |
| HSL | 278.63º | 0.97% | 0.53% | - |
| HSV(B) | 278.63º | 0.93% | 0.98% | - |
| XYZ | 33.78 | 15.72 | 92.52 | - |
| YUV | 89.41 | 219.2 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 251 | 0.33 | 0.93 | 0 | 0.02 | 278.63 | 0.97 | 0.53 |
| Hex | A8 | 12 | FB | 21 | 5D | 0 | 2 | 117 | 61 | 35 |
| Octal | 250 | 22 | 373 | 41 | 135 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101000 | 10010 | 11111011 | 100001 | 1011101 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #A812FB
Complementary color
Monochromatic Colors of #A812FB
Black with #A812FB
Text Example
Text Example
White with #A812FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812FB; }
p { color: rgb(168,18,251); }
H1.HeaderClassName
{
color: #A812FB;
}
.AnyTagClassName
{
color: #A812FB;
}
</style>
background-color css
<style>
a { background-color: #A812FB; }
a { background-color: rgb(168,18,251); }
div.DivClassName
{
background-color: #A812FB;
}
.BgClassName
{
background-color: #A812FB;
}
</style>
border-color css
<style>
span { border-color: #A812FB; }
span { border-color: rgb(168,18,251); }
td.TdClassName
{
border-color: #A812FB;
}
.TagClassName
{
border-color: #A812FB;
}
</style>