Shades of Electric Purple #AD1AFE
Tints of Electric Purple #AD1AFE
RGB
CMYK
RGB Variations
Color information
#AD1AFE (or 0xAD1AFE) is known color: Electric Purple. HEX triplet: AD, 1A and FE. RGB value is (173,26,254). Sum of RGB (Red+Green+Blue) = 173+26+254=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AFE is #52E501. Grayscale: #5F5F5F. Windows color (decimal): -5432578 or 16652973. OLE color: 16652973.
HSL color Cylindrical-coordinate representation of color #AD1AFE: hue angle of 278.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1AFE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 26 | 254 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.00 |
| HSL | 278.68º | 0.99% | 0.55% | - |
| HSV(B) | 278.68º | 0.9% | 1% | - |
| XYZ | 35.49 | 16.78 | 95.13 | - |
| YUV | 95.95 | 217.2 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 254 | 0.32 | 0.90 | 0 | 0.00 | 278.68 | 0.99 | 0.55 |
| Hex | AD | 1A | FE | 20 | 5A | 0 | 0 | 117 | 63 | 37 |
| Octal | 255 | 32 | 376 | 40 | 132 | 0 | 0 | 427 | 143 | 67 |
| Binary | 10101101 | 11010 | 11111110 | 100000 | 1011010 | 0 | 0 | 100010111 | 1100011 | 110111 |
Color Harmonies of #AD1AFE
Complementary color
Monochromatic Colors of #AD1AFE
Black with #AD1AFE
Text Example
Text Example
White with #AD1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AFE; }
p { color: rgb(173,26,254); }
H1.HeaderClassName
{
color: #AD1AFE;
}
.AnyTagClassName
{
color: #AD1AFE;
}
</style>
background-color css
<style>
a { background-color: #AD1AFE; }
a { background-color: rgb(173,26,254); }
div.DivClassName
{
background-color: #AD1AFE;
}
.BgClassName
{
background-color: #AD1AFE;
}
</style>
border-color css
<style>
span { border-color: #AD1AFE; }
span { border-color: rgb(173,26,254); }
td.TdClassName
{
border-color: #AD1AFE;
}
.TagClassName
{
border-color: #AD1AFE;
}
</style>