Shades of Electric Purple #A90CFB
Tints of Electric Purple #A90CFB
RGB
CMYK
RGB Variations
Color information
#A90CFB (or 0xA90CFB) is known color: Electric Purple. HEX triplet: A9, 0C and FB. RGB value is (169,12,251). Sum of RGB (Red+Green+Blue) = 169+12+251=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #A90CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CFB is #56F304. Grayscale: #555555. Windows color (decimal): -5698309 or 16452777. OLE color: 16452777.
HSL color Cylindrical-coordinate representation of color #A90CFB: hue angle of 279.41º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CFB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 12 | 251 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.02 |
| HSL | 279.41º | 0.97% | 0.52% | - |
| HSV(B) | 279.41º | 0.95% | 0.98% | - |
| XYZ | 33.91 | 15.66 | 92.5 | - |
| YUV | 86.19 | 221.01 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 251 | 0.33 | 0.95 | 0 | 0.02 | 279.41 | 0.97 | 0.52 |
| Hex | A9 | C | FB | 21 | 5F | 0 | 2 | 117 | 61 | 34 |
| Octal | 251 | 14 | 373 | 41 | 137 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10101001 | 1100 | 11111011 | 100001 | 1011111 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #A90CFB
Complementary color
Monochromatic Colors of #A90CFB
Black with #A90CFB
Text Example
Text Example
White with #A90CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CFB; }
p { color: rgb(169,12,251); }
H1.HeaderClassName
{
color: #A90CFB;
}
.AnyTagClassName
{
color: #A90CFB;
}
</style>
background-color css
<style>
a { background-color: #A90CFB; }
a { background-color: rgb(169,12,251); }
div.DivClassName
{
background-color: #A90CFB;
}
.BgClassName
{
background-color: #A90CFB;
}
</style>
border-color css
<style>
span { border-color: #A90CFB; }
span { border-color: rgb(169,12,251); }
td.TdClassName
{
border-color: #A90CFB;
}
.TagClassName
{
border-color: #A90CFB;
}
</style>