Shades of Electric Purple #A90DFB
Tints of Electric Purple #A90DFB
RGB
CMYK
RGB Variations
Color information
#A90DFB (or 0xA90DFB) is known color: Electric Purple. HEX triplet: A9, 0D and FB. RGB value is (169,13,251). Sum of RGB (Red+Green+Blue) = 169+13+251=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #A90DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90DFB is #56F204. Grayscale: #555555. Windows color (decimal): -5698053 or 16453033. OLE color: 16453033.
HSL color Cylindrical-coordinate representation of color #A90DFB: hue angle of 279.33º 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 #A90DFB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 13 | 251 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.02 |
| HSL | 279.33º | 0.97% | 0.52% | - |
| HSV(B) | 279.33º | 0.95% | 0.98% | - |
| XYZ | 33.92 | 15.69 | 92.51 | - |
| YUV | 86.78 | 220.68 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 251 | 0.33 | 0.95 | 0 | 0.02 | 279.33 | 0.97 | 0.52 |
| Hex | A9 | D | FB | 21 | 5F | 0 | 2 | 117 | 61 | 34 |
| Octal | 251 | 15 | 373 | 41 | 137 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10101001 | 1101 | 11111011 | 100001 | 1011111 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #A90DFB
Complementary color
Monochromatic Colors of #A90DFB
Black with #A90DFB
Text Example
Text Example
White with #A90DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DFB; }
p { color: rgb(169,13,251); }
H1.HeaderClassName
{
color: #A90DFB;
}
.AnyTagClassName
{
color: #A90DFB;
}
</style>
background-color css
<style>
a { background-color: #A90DFB; }
a { background-color: rgb(169,13,251); }
div.DivClassName
{
background-color: #A90DFB;
}
.BgClassName
{
background-color: #A90DFB;
}
</style>
border-color css
<style>
span { border-color: #A90DFB; }
span { border-color: rgb(169,13,251); }
td.TdClassName
{
border-color: #A90DFB;
}
.TagClassName
{
border-color: #A90DFB;
}
</style>