Shades of Electric Purple #AF2BFF
Tints of Electric Purple #AF2BFF
RGB
CMYK
RGB Variations
Color information
#AF2BFF (or 0xAF2BFF) is known color: Electric Purple. HEX triplet: AF, 2B and FF. RGB value is (175,43,255). Sum of RGB (Red+Green+Blue) = 175+43+255=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BFF is #50D400. Grayscale: #696969. Windows color (decimal): -5297153 or 16722863. OLE color: 16722863.
HSL color Cylindrical-coordinate representation of color #AF2BFF: hue angle of 277.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF2BFF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 43 | 255 | - |
| CMYK | 0.31 | 0.83 | 0 | 0 |
| HSL | 277.36º | 1% | 0.58% | - |
| HSV(B) | 277.36º | 0.83% | 1% | - |
| XYZ | 36.59 | 18.06 | 96.17 | - |
| YUV | 106.64 | 211.73 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 255 | 0.31 | 0.83 | 0 | 0 | 277.36 | 1 | 0.58 |
| Hex | AF | 2B | FF | 1F | 53 | 0 | 0 | 115 | 64 | 3A |
| Octal | 257 | 53 | 377 | 37 | 123 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101111 | 101011 | 11111111 | 11111 | 1010011 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AF2BFF
Complementary color
Monochromatic Colors of #AF2BFF
Black with #AF2BFF
Text Example
Text Example
White with #AF2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BFF; }
p { color: rgb(175,43,255); }
H1.HeaderClassName
{
color: #AF2BFF;
}
.AnyTagClassName
{
color: #AF2BFF;
}
</style>
background-color css
<style>
a { background-color: #AF2BFF; }
a { background-color: rgb(175,43,255); }
div.DivClassName
{
background-color: #AF2BFF;
}
.BgClassName
{
background-color: #AF2BFF;
}
</style>
border-color css
<style>
span { border-color: #AF2BFF; }
span { border-color: rgb(175,43,255); }
td.TdClassName
{
border-color: #AF2BFF;
}
.TagClassName
{
border-color: #AF2BFF;
}
</style>