Shades of Electric Purple #AF1CF9
Tints of Electric Purple #AF1CF9
RGB
CMYK
RGB Variations
Color information
#AF1CF9 (or 0xAF1CF9) is known color: Electric Purple. HEX triplet: AF, 1C and F9. RGB value is (175,28,249). Sum of RGB (Red+Green+Blue) = 175+28+249=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF1CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CF9 is #50E306. Grayscale: #606060. Windows color (decimal): -5300999 or 16325807. OLE color: 16325807.
HSL color Cylindrical-coordinate representation of color #AF1CF9: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1CF9 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 28 | 249 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.02 |
| HSL | 279.91º | 0.95% | 0.54% | - |
| HSV(B) | 279.91º | 0.89% | 0.98% | - |
| XYZ | 35.19 | 16.78 | 91.01 | - |
| YUV | 97.15 | 213.7 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 249 | 0.30 | 0.89 | 0 | 0.02 | 279.91 | 0.95 | 0.54 |
| Hex | AF | 1C | F9 | 1E | 59 | 0 | 2 | 118 | 5F | 36 |
| Octal | 257 | 34 | 371 | 36 | 131 | 0 | 2 | 430 | 137 | 66 |
| Binary | 10101111 | 11100 | 11111001 | 11110 | 1011001 | 0 | 10 | 100011000 | 1011111 | 110110 |
Color Harmonies of #AF1CF9
Complementary color
Monochromatic Colors of #AF1CF9
Black with #AF1CF9
Text Example
Text Example
White with #AF1CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CF9; }
p { color: rgb(175,28,249); }
H1.HeaderClassName
{
color: #AF1CF9;
}
.AnyTagClassName
{
color: #AF1CF9;
}
</style>
background-color css
<style>
a { background-color: #AF1CF9; }
a { background-color: rgb(175,28,249); }
div.DivClassName
{
background-color: #AF1CF9;
}
.BgClassName
{
background-color: #AF1CF9;
}
</style>
border-color css
<style>
span { border-color: #AF1CF9; }
span { border-color: rgb(175,28,249); }
td.TdClassName
{
border-color: #AF1CF9;
}
.TagClassName
{
border-color: #AF1CF9;
}
</style>