Shades of Electric Purple #AF0CFF
Tints of Electric Purple #AF0CFF
RGB
CMYK
RGB Variations
Color information
#AF0CFF (or 0xAF0CFF) is known color: Electric Purple. HEX triplet: AF, 0C and FF. RGB value is (175,12,255). Sum of RGB (Red+Green+Blue) = 175+12+255=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CFF is #50F300. Grayscale: #575757. Windows color (decimal): -5305089 or 16714927. OLE color: 16714927.
HSL color Cylindrical-coordinate representation of color #AF0CFF: hue angle of 280.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 12 | 255 | - |
| CMYK | 0.31 | 0.95 | 0 | 0 |
| HSL | 280.25º | 1% | 0.52% | - |
| HSV(B) | 280.25º | 0.95% | 1% | - |
| XYZ | 35.86 | 16.6 | 95.92 | - |
| YUV | 88.44 | 222 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 255 | 0.31 | 0.95 | 0 | 0 | 280.25 | 1 | 0.52 |
| Hex | AF | C | FF | 1F | 5F | 0 | 0 | 118 | 64 | 34 |
| Octal | 257 | 14 | 377 | 37 | 137 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101111 | 1100 | 11111111 | 11111 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AF0CFF
Complementary color
Monochromatic Colors of #AF0CFF
Black with #AF0CFF
Text Example
Text Example
White with #AF0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CFF; }
p { color: rgb(175,12,255); }
H1.HeaderClassName
{
color: #AF0CFF;
}
.AnyTagClassName
{
color: #AF0CFF;
}
</style>
background-color css
<style>
a { background-color: #AF0CFF; }
a { background-color: rgb(175,12,255); }
div.DivClassName
{
background-color: #AF0CFF;
}
.BgClassName
{
background-color: #AF0CFF;
}
</style>
border-color css
<style>
span { border-color: #AF0CFF; }
span { border-color: rgb(175,12,255); }
td.TdClassName
{
border-color: #AF0CFF;
}
.TagClassName
{
border-color: #AF0CFF;
}
</style>