Shades of Electric Purple #AF2AFF
Tints of Electric Purple #AF2AFF
RGB
CMYK
RGB Variations
Color information
#AF2AFF (or 0xAF2AFF) is known color: Electric Purple. HEX triplet: AF, 2A and FF. RGB value is (175,42,255). Sum of RGB (Red+Green+Blue) = 175+42+255=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2AFF is #50D500. Grayscale: #696969. Windows color (decimal): -5297409 or 16722607. OLE color: 16722607.
HSL color Cylindrical-coordinate representation of color #AF2AFF: hue angle of 277.46º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF2AFF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 42 | 255 | - |
| CMYK | 0.31 | 0.84 | 0 | 0 |
| HSL | 277.46º | 1% | 0.58% | - |
| HSV(B) | 277.46º | 0.84% | 1% | - |
| XYZ | 36.56 | 17.99 | 96.15 | - |
| YUV | 106.05 | 212.06 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 255 | 0.31 | 0.84 | 0 | 0 | 277.46 | 1 | 0.58 |
| Hex | AF | 2A | FF | 1F | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 257 | 52 | 377 | 37 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101111 | 101010 | 11111111 | 11111 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AF2AFF
Complementary color
Monochromatic Colors of #AF2AFF
Black with #AF2AFF
Text Example
Text Example
White with #AF2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2AFF; }
p { color: rgb(175,42,255); }
H1.HeaderClassName
{
color: #AF2AFF;
}
.AnyTagClassName
{
color: #AF2AFF;
}
</style>
background-color css
<style>
a { background-color: #AF2AFF; }
a { background-color: rgb(175,42,255); }
div.DivClassName
{
background-color: #AF2AFF;
}
.BgClassName
{
background-color: #AF2AFF;
}
</style>
border-color css
<style>
span { border-color: #AF2AFF; }
span { border-color: rgb(175,42,255); }
td.TdClassName
{
border-color: #AF2AFF;
}
.TagClassName
{
border-color: #AF2AFF;
}
</style>