Shades of Electric Purple #AF1AF2
Tints of Electric Purple #AF1AF2
RGB
CMYK
RGB Variations
Color information
#AF1AF2 (or 0xAF1AF2) is known color: Electric Purple. HEX triplet: AF, 1A and F2. RGB value is (175,26,242). Sum of RGB (Red+Green+Blue) = 175+26+242=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF1AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AF2 is #50E50D. Grayscale: #5E5E5E. Windows color (decimal): -5301518 or 15866543. OLE color: 15866543.
HSL color Cylindrical-coordinate representation of color #AF1AF2: hue angle of 281.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1AF2 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 26 | 242 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.05 |
| HSL | 281.39º | 0.89% | 0.53% | - |
| HSV(B) | 281.39º | 0.89% | 0.95% | - |
| XYZ | 34.08 | 16.26 | 85.35 | - |
| YUV | 95.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 242 | 0.28 | 0.89 | 0 | 0.05 | 281.39 | 0.89 | 0.53 |
| Hex | AF | 1A | F2 | 1C | 59 | 0 | 5 | 119 | 59 | 35 |
| Octal | 257 | 32 | 362 | 34 | 131 | 0 | 5 | 431 | 131 | 65 |
| Binary | 10101111 | 11010 | 11110010 | 11100 | 1011001 | 0 | 101 | 100011001 | 1011001 | 110101 |
Color Harmonies of #AF1AF2
Complementary color
Monochromatic Colors of #AF1AF2
Black with #AF1AF2
Text Example
Text Example
White with #AF1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AF2; }
p { color: rgb(175,26,242); }
H1.HeaderClassName
{
color: #AF1AF2;
}
.AnyTagClassName
{
color: #AF1AF2;
}
</style>
background-color css
<style>
a { background-color: #AF1AF2; }
a { background-color: rgb(175,26,242); }
div.DivClassName
{
background-color: #AF1AF2;
}
.BgClassName
{
background-color: #AF1AF2;
}
</style>
border-color css
<style>
span { border-color: #AF1AF2; }
span { border-color: rgb(175,26,242); }
td.TdClassName
{
border-color: #AF1AF2;
}
.TagClassName
{
border-color: #AF1AF2;
}
</style>