Shades of Electric Purple #AF00EB
Tints of Electric Purple #AF00EB
RGB
CMYK
RGB Variations
Color information
#AF00EB (or 0xAF00EB) is known color: Electric Purple. HEX triplet: AF, 00 and EB. RGB value is (175,0,235). Sum of RGB (Red+Green+Blue) = 175+0+235=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00EB is #50FF14. Grayscale: #4E4E4E. Windows color (decimal): -5308181 or 15401135. OLE color: 15401135.
HSL color Cylindrical-coordinate representation of color #AF00EB: hue angle of 284.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00EB is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 0 | 235 | - |
| CMYK | 0.26 | 1 | 0 | 0.08 |
| HSL | 284.68º | 1% | 0.46% | - |
| HSV(B) | 284.68º | 1% | 0.92% | - |
| XYZ | 32.67 | 15.11 | 79.79 | - |
| YUV | 79.12 | 215.98 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 235 | 0.26 | 1 | 0 | 0.08 | 284.68 | 1 | 0.46 |
| Hex | AF | 0 | EB | 1A | 64 | 0 | 8 | 11D | 64 | 2E |
| Octal | 257 | 0 | 353 | 32 | 144 | 0 | 10 | 435 | 144 | 56 |
| Binary | 10101111 | 0 | 11101011 | 11010 | 1100100 | 0 | 1000 | 100011101 | 1100100 | 101110 |
Color Harmonies of #AF00EB
Complementary color
Monochromatic Colors of #AF00EB
Black with #AF00EB
Text Example
Text Example
White with #AF00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00EB; }
p { color: rgb(175,0,235); }
H1.HeaderClassName
{
color: #AF00EB;
}
.AnyTagClassName
{
color: #AF00EB;
}
</style>
background-color css
<style>
a { background-color: #AF00EB; }
a { background-color: rgb(175,0,235); }
div.DivClassName
{
background-color: #AF00EB;
}
.BgClassName
{
background-color: #AF00EB;
}
</style>
border-color css
<style>
span { border-color: #AF00EB; }
span { border-color: rgb(175,0,235); }
td.TdClassName
{
border-color: #AF00EB;
}
.TagClassName
{
border-color: #AF00EB;
}
</style>