Shades of Electric Purple #AF0CFB
Tints of Electric Purple #AF0CFB
RGB
CMYK
RGB Variations
Color information
#AF0CFB (or 0xAF0CFB) is known color: Electric Purple. HEX triplet: AF, 0C and FB. RGB value is (175,12,251). Sum of RGB (Red+Green+Blue) = 175+12+251=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CFB is #50F304. Grayscale: #575757. Windows color (decimal): -5305093 or 16452783. OLE color: 16452783.
HSL color Cylindrical-coordinate representation of color #AF0CFB: hue angle of 280.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CFB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 12 | 251 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.02 |
| HSL | 280.92º | 0.97% | 0.52% | - |
| HSV(B) | 280.92º | 0.95% | 0.98% | - |
| XYZ | 35.22 | 16.34 | 92.56 | - |
| YUV | 87.98 | 220 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 251 | 0.30 | 0.95 | 0 | 0.02 | 280.92 | 0.97 | 0.52 |
| Hex | AF | C | FB | 1E | 5F | 0 | 2 | 119 | 61 | 34 |
| Octal | 257 | 14 | 373 | 36 | 137 | 0 | 2 | 431 | 141 | 64 |
| Binary | 10101111 | 1100 | 11111011 | 11110 | 1011111 | 0 | 10 | 100011001 | 1100001 | 110100 |
Color Harmonies of #AF0CFB
Complementary color
Monochromatic Colors of #AF0CFB
Black with #AF0CFB
Text Example
Text Example
White with #AF0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CFB; }
p { color: rgb(175,12,251); }
H1.HeaderClassName
{
color: #AF0CFB;
}
.AnyTagClassName
{
color: #AF0CFB;
}
</style>
background-color css
<style>
a { background-color: #AF0CFB; }
a { background-color: rgb(175,12,251); }
div.DivClassName
{
background-color: #AF0CFB;
}
.BgClassName
{
background-color: #AF0CFB;
}
</style>
border-color css
<style>
span { border-color: #AF0CFB; }
span { border-color: rgb(175,12,251); }
td.TdClassName
{
border-color: #AF0CFB;
}
.TagClassName
{
border-color: #AF0CFB;
}
</style>