Shades of Electric Purple #AF1FF2
Tints of Electric Purple #AF1FF2
RGB
CMYK
RGB Variations
Color information
#AF1FF2 (or 0xAF1FF2) is known color: Electric Purple. HEX triplet: AF, 1F and F2. RGB value is (175,31,242). Sum of RGB (Red+Green+Blue) = 175+31+242=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF1FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FF2 is #50E00D. Grayscale: #616161. Windows color (decimal): -5300238 or 15867823. OLE color: 15867823.
HSL color Cylindrical-coordinate representation of color #AF1FF2: hue angle of 280.95º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1FF2 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 31 | 242 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.05 |
| HSL | 280.95º | 0.89% | 0.54% | - |
| HSV(B) | 280.95º | 0.87% | 0.95% | - |
| XYZ | 34.2 | 16.5 | 85.39 | - |
| YUV | 98.11 | 209.21 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 242 | 0.28 | 0.87 | 0 | 0.05 | 280.95 | 0.89 | 0.54 |
| Hex | AF | 1F | F2 | 1C | 57 | 0 | 5 | 119 | 59 | 36 |
| Octal | 257 | 37 | 362 | 34 | 127 | 0 | 5 | 431 | 131 | 66 |
| Binary | 10101111 | 11111 | 11110010 | 11100 | 1010111 | 0 | 101 | 100011001 | 1011001 | 110110 |
Color Harmonies of #AF1FF2
Complementary color
Monochromatic Colors of #AF1FF2
Black with #AF1FF2
Text Example
Text Example
White with #AF1FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FF2; }
p { color: rgb(175,31,242); }
H1.HeaderClassName
{
color: #AF1FF2;
}
.AnyTagClassName
{
color: #AF1FF2;
}
</style>
background-color css
<style>
a { background-color: #AF1FF2; }
a { background-color: rgb(175,31,242); }
div.DivClassName
{
background-color: #AF1FF2;
}
.BgClassName
{
background-color: #AF1FF2;
}
</style>
border-color css
<style>
span { border-color: #AF1FF2; }
span { border-color: rgb(175,31,242); }
td.TdClassName
{
border-color: #AF1FF2;
}
.TagClassName
{
border-color: #AF1FF2;
}
</style>