Shades of Electric Purple #AF00FD
Tints of Electric Purple #AF00FD
RGB
CMYK
RGB Variations
Color information
#AF00FD (or 0xAF00FD) is known color: Electric Purple. HEX triplet: AF, 00 and FD. RGB value is (175,0,253). Sum of RGB (Red+Green+Blue) = 175+0+253=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00FD is #50FF02. Grayscale: #505050. Windows color (decimal): -5308163 or 16580783. OLE color: 16580783.
HSL color Cylindrical-coordinate representation of color #AF00FD: hue angle of 281.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00FD is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 0 | 253 | - |
| CMYK | 0.31 | 1 | 0 | 0.01 |
| HSL | 281.5º | 1% | 0.5% | - |
| HSV(B) | 281.5º | 1% | 0.99% | - |
| XYZ | 35.41 | 16.21 | 94.19 | - |
| YUV | 81.17 | 224.98 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 253 | 0.31 | 1 | 0 | 0.01 | 281.5 | 1 | 0.5 |
| Hex | AF | 0 | FD | 1F | 64 | 0 | 1 | 11A | 64 | 32 |
| Octal | 257 | 0 | 375 | 37 | 144 | 0 | 1 | 432 | 144 | 62 |
| Binary | 10101111 | 0 | 11111101 | 11111 | 1100100 | 0 | 1 | 100011010 | 1100100 | 110010 |
Color Harmonies of #AF00FD
Complementary color
Monochromatic Colors of #AF00FD
Black with #AF00FD
Text Example
Text Example
White with #AF00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00FD; }
p { color: rgb(175,0,253); }
H1.HeaderClassName
{
color: #AF00FD;
}
.AnyTagClassName
{
color: #AF00FD;
}
</style>
background-color css
<style>
a { background-color: #AF00FD; }
a { background-color: rgb(175,0,253); }
div.DivClassName
{
background-color: #AF00FD;
}
.BgClassName
{
background-color: #AF00FD;
}
</style>
border-color css
<style>
span { border-color: #AF00FD; }
span { border-color: rgb(175,0,253); }
td.TdClassName
{
border-color: #AF00FD;
}
.TagClassName
{
border-color: #AF00FD;
}
</style>