Shades of Electric Purple #A90BFD
Tints of Electric Purple #A90BFD
RGB
CMYK
RGB Variations
Color information
#A90BFD (or 0xA90BFD) is known color: Electric Purple. HEX triplet: A9, 0B and FD. RGB value is (169,11,253). Sum of RGB (Red+Green+Blue) = 169+11+253=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #A90BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BFD is #56F402. Grayscale: #555555. Windows color (decimal): -5698563 or 16583593. OLE color: 16583593.
HSL color Cylindrical-coordinate representation of color #A90BFD: hue angle of 279.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90BFD is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 11 | 253 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.01 |
| HSL | 279.17º | 0.98% | 0.52% | - |
| HSV(B) | 279.17º | 0.96% | 0.99% | - |
| XYZ | 34.21 | 15.77 | 94.17 | - |
| YUV | 85.83 | 222.35 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 253 | 0.33 | 0.96 | 0 | 0.01 | 279.17 | 0.98 | 0.52 |
| Hex | A9 | B | FD | 21 | 60 | 0 | 1 | 117 | 62 | 34 |
| Octal | 251 | 13 | 375 | 41 | 140 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101001 | 1011 | 11111101 | 100001 | 1100000 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A90BFD
Complementary color
Monochromatic Colors of #A90BFD
Black with #A90BFD
Text Example
Text Example
White with #A90BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BFD; }
p { color: rgb(169,11,253); }
H1.HeaderClassName
{
color: #A90BFD;
}
.AnyTagClassName
{
color: #A90BFD;
}
</style>
background-color css
<style>
a { background-color: #A90BFD; }
a { background-color: rgb(169,11,253); }
div.DivClassName
{
background-color: #A90BFD;
}
.BgClassName
{
background-color: #A90BFD;
}
</style>
border-color css
<style>
span { border-color: #A90BFD; }
span { border-color: rgb(169,11,253); }
td.TdClassName
{
border-color: #A90BFD;
}
.TagClassName
{
border-color: #A90BFD;
}
</style>