Shades of Electric Purple #AF0BFC
Tints of Electric Purple #AF0BFC
RGB
CMYK
RGB Variations
Color information
#AF0BFC (or 0xAF0BFC) is known color: Electric Purple. HEX triplet: AF, 0B and FC. RGB value is (175,11,252). Sum of RGB (Red+Green+Blue) = 175+11+252=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF0BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BFC is #50F403. Grayscale: #565656. Windows color (decimal): -5305348 or 16518063. OLE color: 16518063.
HSL color Cylindrical-coordinate representation of color #AF0BFC: hue angle of 280.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0BFC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 11 | 252 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.01 |
| HSL | 280.83º | 0.98% | 0.52% | - |
| HSV(B) | 280.83º | 0.96% | 0.99% | - |
| XYZ | 35.37 | 16.38 | 93.39 | - |
| YUV | 87.51 | 220.83 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 252 | 0.31 | 0.96 | 0 | 0.01 | 280.83 | 0.98 | 0.52 |
| Hex | AF | B | FC | 1F | 60 | 0 | 1 | 119 | 62 | 34 |
| Octal | 257 | 13 | 374 | 37 | 140 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10101111 | 1011 | 11111100 | 11111 | 1100000 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #AF0BFC
Complementary color
Monochromatic Colors of #AF0BFC
Black with #AF0BFC
Text Example
Text Example
White with #AF0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BFC; }
p { color: rgb(175,11,252); }
H1.HeaderClassName
{
color: #AF0BFC;
}
.AnyTagClassName
{
color: #AF0BFC;
}
</style>
background-color css
<style>
a { background-color: #AF0BFC; }
a { background-color: rgb(175,11,252); }
div.DivClassName
{
background-color: #AF0BFC;
}
.BgClassName
{
background-color: #AF0BFC;
}
</style>
border-color css
<style>
span { border-color: #AF0BFC; }
span { border-color: rgb(175,11,252); }
td.TdClassName
{
border-color: #AF0BFC;
}
.TagClassName
{
border-color: #AF0BFC;
}
</style>