Shades of Electric Purple #AF14E6
Tints of Electric Purple #AF14E6
RGB
CMYK
RGB Variations
Color information
#AF14E6 (or 0xAF14E6) is known color: Electric Purple. HEX triplet: AF, 14 and E6. RGB value is (175,20,230). Sum of RGB (Red+Green+Blue) = 175+20+230=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF14E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF14E6 is #50EB19. Grayscale: #595959. Windows color (decimal): -5303066 or 15078575. OLE color: 15078575.
HSL color Cylindrical-coordinate representation of color #AF14E6: hue angle of 284.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF14E6 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 20 | 230 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.10 |
| HSL | 284.29º | 0.84% | 0.49% | - |
| HSV(B) | 284.29º | 0.91% | 0.9% | - |
| XYZ | 32.21 | 15.33 | 76.12 | - |
| YUV | 90.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 230 | 0.24 | 0.91 | 0 | 0.10 | 284.29 | 0.84 | 0.49 |
| Hex | AF | 14 | E6 | 18 | 5B | 0 | A | 11C | 54 | 31 |
| Octal | 257 | 24 | 346 | 30 | 133 | 0 | 12 | 434 | 124 | 61 |
| Binary | 10101111 | 10100 | 11100110 | 11000 | 1011011 | 0 | 1010 | 100011100 | 1010100 | 110001 |
Color Harmonies of #AF14E6
Complementary color
Monochromatic Colors of #AF14E6
Black with #AF14E6
Text Example
Text Example
White with #AF14E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14E6; }
p { color: rgb(175,20,230); }
H1.HeaderClassName
{
color: #AF14E6;
}
.AnyTagClassName
{
color: #AF14E6;
}
</style>
background-color css
<style>
a { background-color: #AF14E6; }
a { background-color: rgb(175,20,230); }
div.DivClassName
{
background-color: #AF14E6;
}
.BgClassName
{
background-color: #AF14E6;
}
</style>
border-color css
<style>
span { border-color: #AF14E6; }
span { border-color: rgb(175,20,230); }
td.TdClassName
{
border-color: #AF14E6;
}
.TagClassName
{
border-color: #AF14E6;
}
</style>