Shades of Electric Purple #A90CFD
Tints of Electric Purple #A90CFD
RGB
CMYK
RGB Variations
Color information
#A90CFD (or 0xA90CFD) is known color: Electric Purple. HEX triplet: A9, 0C and FD. RGB value is (169,12,253). Sum of RGB (Red+Green+Blue) = 169+12+253=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A90CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CFD is #56F302. Grayscale: #555555. Windows color (decimal): -5698307 or 16583849. OLE color: 16583849.
HSL color Cylindrical-coordinate representation of color #A90CFD: hue angle of 279.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CFD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 12 | 253 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.01 |
| HSL | 279.09º | 0.98% | 0.52% | - |
| HSV(B) | 279.09º | 0.95% | 0.99% | - |
| XYZ | 34.22 | 15.79 | 94.17 | - |
| YUV | 86.42 | 222.01 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 253 | 0.33 | 0.95 | 0 | 0.01 | 279.09 | 0.98 | 0.52 |
| Hex | A9 | C | FD | 21 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 251 | 14 | 375 | 41 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10101001 | 1100 | 11111101 | 100001 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A90CFD
Complementary color
Monochromatic Colors of #A90CFD
Black with #A90CFD
Text Example
Text Example
White with #A90CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CFD; }
p { color: rgb(169,12,253); }
H1.HeaderClassName
{
color: #A90CFD;
}
.AnyTagClassName
{
color: #A90CFD;
}
</style>
background-color css
<style>
a { background-color: #A90CFD; }
a { background-color: rgb(169,12,253); }
div.DivClassName
{
background-color: #A90CFD;
}
.BgClassName
{
background-color: #A90CFD;
}
</style>
border-color css
<style>
span { border-color: #A90CFD; }
span { border-color: rgb(169,12,253); }
td.TdClassName
{
border-color: #A90CFD;
}
.TagClassName
{
border-color: #A90CFD;
}
</style>