Shades of Electric Purple #AF22EE
Tints of Electric Purple #AF22EE
RGB
CMYK
RGB Variations
Color information
#AF22EE (or 0xAF22EE) is known color: Electric Purple. HEX triplet: AF, 22 and EE. RGB value is (175,34,238). Sum of RGB (Red+Green+Blue) = 175+34+238=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF22EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF22EE is #50DD11. Grayscale: #626262. Windows color (decimal): -5299474 or 15606447. OLE color: 15606447.
HSL color Cylindrical-coordinate representation of color #AF22EE: hue angle of 281.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF22EE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 34 | 238 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.07 |
| HSL | 281.47º | 0.86% | 0.53% | - |
| HSV(B) | 281.47º | 0.86% | 0.93% | - |
| XYZ | 33.68 | 16.43 | 82.29 | - |
| YUV | 99.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 238 | 0.26 | 0.86 | 0 | 0.07 | 281.47 | 0.86 | 0.53 |
| Hex | AF | 22 | EE | 1A | 56 | 0 | 7 | 119 | 56 | 35 |
| Octal | 257 | 42 | 356 | 32 | 126 | 0 | 7 | 431 | 126 | 65 |
| Binary | 10101111 | 100010 | 11101110 | 11010 | 1010110 | 0 | 111 | 100011001 | 1010110 | 110101 |
Color Harmonies of #AF22EE
Complementary color
Monochromatic Colors of #AF22EE
Black with #AF22EE
Text Example
Text Example
White with #AF22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22EE; }
p { color: rgb(175,34,238); }
H1.HeaderClassName
{
color: #AF22EE;
}
.AnyTagClassName
{
color: #AF22EE;
}
</style>
background-color css
<style>
a { background-color: #AF22EE; }
a { background-color: rgb(175,34,238); }
div.DivClassName
{
background-color: #AF22EE;
}
.BgClassName
{
background-color: #AF22EE;
}
</style>
border-color css
<style>
span { border-color: #AF22EE; }
span { border-color: rgb(175,34,238); }
td.TdClassName
{
border-color: #AF22EE;
}
.TagClassName
{
border-color: #AF22EE;
}
</style>