Shades of Electric Purple #AF0BFF
Tints of Electric Purple #AF0BFF
RGB
CMYK
RGB Variations
Color information
#AF0BFF (or 0xAF0BFF) is known color: Electric Purple. HEX triplet: AF, 0B and FF. RGB value is (175,11,255). Sum of RGB (Red+Green+Blue) = 175+11+255=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BFF is #50F400. Grayscale: #575757. Windows color (decimal): -5305345 or 16714671. OLE color: 16714671.
HSL color Cylindrical-coordinate representation of color #AF0BFF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0BFF is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 11 | 255 | - |
| CMYK | 0.31 | 0.96 | 0 | 0 |
| HSL | 280.33º | 1% | 0.52% | - |
| HSV(B) | 280.33º | 0.96% | 1% | - |
| XYZ | 35.85 | 16.57 | 95.92 | - |
| YUV | 87.85 | 222.33 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 255 | 0.31 | 0.96 | 0 | 0 | 280.33 | 1 | 0.52 |
| Hex | AF | B | FF | 1F | 60 | 0 | 0 | 118 | 64 | 34 |
| Octal | 257 | 13 | 377 | 37 | 140 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101111 | 1011 | 11111111 | 11111 | 1100000 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AF0BFF
Complementary color
Monochromatic Colors of #AF0BFF
Black with #AF0BFF
Text Example
Text Example
White with #AF0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BFF; }
p { color: rgb(175,11,255); }
H1.HeaderClassName
{
color: #AF0BFF;
}
.AnyTagClassName
{
color: #AF0BFF;
}
</style>
background-color css
<style>
a { background-color: #AF0BFF; }
a { background-color: rgb(175,11,255); }
div.DivClassName
{
background-color: #AF0BFF;
}
.BgClassName
{
background-color: #AF0BFF;
}
</style>
border-color css
<style>
span { border-color: #AF0BFF; }
span { border-color: rgb(175,11,255); }
td.TdClassName
{
border-color: #AF0BFF;
}
.TagClassName
{
border-color: #AF0BFF;
}
</style>