Shades of Electric Purple #AF06E4
Tints of Electric Purple #AF06E4
RGB
CMYK
RGB Variations
Color information
#AF06E4 (or 0xAF06E4) is known color: Electric Purple. HEX triplet: AF, 06 and E4. RGB value is (175,6,228). Sum of RGB (Red+Green+Blue) = 175+6+228=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF06E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06E4 is #50F91B. Grayscale: #515151. Windows color (decimal): -5306652 or 14943919. OLE color: 14943919.
HSL color Cylindrical-coordinate representation of color #AF06E4: hue angle of 285.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06E4 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 6 | 228 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.11 |
| HSL | 285.68º | 0.95% | 0.46% | - |
| HSV(B) | 285.68º | 0.97% | 0.89% | - |
| XYZ | 31.75 | 14.85 | 74.59 | - |
| YUV | 81.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 228 | 0.23 | 0.97 | 0 | 0.11 | 285.68 | 0.95 | 0.46 |
| Hex | AF | 6 | E4 | 17 | 61 | 0 | B | 11E | 5F | 2E |
| Octal | 257 | 6 | 344 | 27 | 141 | 0 | 13 | 436 | 137 | 56 |
| Binary | 10101111 | 110 | 11100100 | 10111 | 1100001 | 0 | 1011 | 100011110 | 1011111 | 101110 |
Color Harmonies of #AF06E4
Complementary color
Monochromatic Colors of #AF06E4
Black with #AF06E4
Text Example
Text Example
White with #AF06E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06E4; }
p { color: rgb(175,6,228); }
H1.HeaderClassName
{
color: #AF06E4;
}
.AnyTagClassName
{
color: #AF06E4;
}
</style>
background-color css
<style>
a { background-color: #AF06E4; }
a { background-color: rgb(175,6,228); }
div.DivClassName
{
background-color: #AF06E4;
}
.BgClassName
{
background-color: #AF06E4;
}
</style>
border-color css
<style>
span { border-color: #AF06E4; }
span { border-color: rgb(175,6,228); }
td.TdClassName
{
border-color: #AF06E4;
}
.TagClassName
{
border-color: #AF06E4;
}
</style>