Shades of Electric Purple #AF1BED
Tints of Electric Purple #AF1BED
RGB
CMYK
RGB Variations
Color information
#AF1BED (or 0xAF1BED) is known color: Electric Purple. HEX triplet: AF, 1B and ED. RGB value is (175,27,237). Sum of RGB (Red+Green+Blue) = 175+27+237=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF1BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BED is #50E412. Grayscale: #5E5E5E. Windows color (decimal): -5301267 or 15539119. OLE color: 15539119.
HSL color Cylindrical-coordinate representation of color #AF1BED: hue angle of 282.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1BED is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 27 | 237 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.07 |
| HSL | 282.29º | 0.85% | 0.52% | - |
| HSV(B) | 282.29º | 0.89% | 0.93% | - |
| XYZ | 33.36 | 16.01 | 81.45 | - |
| YUV | 95.19 | 208.03 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 237 | 0.26 | 0.89 | 0 | 0.07 | 282.29 | 0.85 | 0.52 |
| Hex | AF | 1B | ED | 1A | 59 | 0 | 7 | 11A | 55 | 34 |
| Octal | 257 | 33 | 355 | 32 | 131 | 0 | 7 | 432 | 125 | 64 |
| Binary | 10101111 | 11011 | 11101101 | 11010 | 1011001 | 0 | 111 | 100011010 | 1010101 | 110100 |
Color Harmonies of #AF1BED
Complementary color
Monochromatic Colors of #AF1BED
Black with #AF1BED
Text Example
Text Example
White with #AF1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BED; }
p { color: rgb(175,27,237); }
H1.HeaderClassName
{
color: #AF1BED;
}
.AnyTagClassName
{
color: #AF1BED;
}
</style>
background-color css
<style>
a { background-color: #AF1BED; }
a { background-color: rgb(175,27,237); }
div.DivClassName
{
background-color: #AF1BED;
}
.BgClassName
{
background-color: #AF1BED;
}
</style>
border-color css
<style>
span { border-color: #AF1BED; }
span { border-color: rgb(175,27,237); }
td.TdClassName
{
border-color: #AF1BED;
}
.TagClassName
{
border-color: #AF1BED;
}
</style>