Shades of Electric Purple #AF0CFD
Tints of Electric Purple #AF0CFD
RGB
CMYK
RGB Variations
Color information
#AF0CFD (or 0xAF0CFD) is known color: Electric Purple. HEX triplet: AF, 0C and FD. RGB value is (175,12,253). Sum of RGB (Red+Green+Blue) = 175+12+253=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF0CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CFD is #50F302. Grayscale: #575757. Windows color (decimal): -5305091 or 16583855. OLE color: 16583855.
HSL color Cylindrical-coordinate representation of color #AF0CFD: hue angle of 280.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CFD is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 12 | 253 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.01 |
| HSL | 280.58º | 0.98% | 0.52% | - |
| HSV(B) | 280.58º | 0.95% | 0.99% | - |
| XYZ | 35.54 | 16.47 | 94.23 | - |
| YUV | 88.21 | 221 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 253 | 0.31 | 0.95 | 0 | 0.01 | 280.58 | 0.98 | 0.52 |
| Hex | AF | C | FD | 1F | 5F | 0 | 1 | 119 | 62 | 34 |
| Octal | 257 | 14 | 375 | 37 | 137 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10101111 | 1100 | 11111101 | 11111 | 1011111 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #AF0CFD
Complementary color
Monochromatic Colors of #AF0CFD
Black with #AF0CFD
Text Example
Text Example
White with #AF0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CFD; }
p { color: rgb(175,12,253); }
H1.HeaderClassName
{
color: #AF0CFD;
}
.AnyTagClassName
{
color: #AF0CFD;
}
</style>
background-color css
<style>
a { background-color: #AF0CFD; }
a { background-color: rgb(175,12,253); }
div.DivClassName
{
background-color: #AF0CFD;
}
.BgClassName
{
background-color: #AF0CFD;
}
</style>
border-color css
<style>
span { border-color: #AF0CFD; }
span { border-color: rgb(175,12,253); }
td.TdClassName
{
border-color: #AF0CFD;
}
.TagClassName
{
border-color: #AF0CFD;
}
</style>