Shades of Electric Purple #AF1AFF
Tints of Electric Purple #AF1AFF
RGB
CMYK
RGB Variations
Color information
#AF1AFF (or 0xAF1AFF) is known color: Electric Purple. HEX triplet: AF, 1A and FF. RGB value is (175,26,255). Sum of RGB (Red+Green+Blue) = 175+26+255=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AFF is #50E500. Grayscale: #5F5F5F. Windows color (decimal): -5301505 or 16718511. OLE color: 16718511.
HSL color Cylindrical-coordinate representation of color #AF1AFF: hue angle of 279.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1AFF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 26 | 255 | - |
| CMYK | 0.31 | 0.90 | 0 | 0 |
| HSL | 279.04º | 1% | 0.55% | - |
| HSV(B) | 279.04º | 0.9% | 1% | - |
| XYZ | 36.1 | 17.07 | 96 | - |
| YUV | 96.66 | 217.36 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 255 | 0.31 | 0.90 | 0 | 0 | 279.04 | 1 | 0.55 |
| Hex | AF | 1A | FF | 1F | 5A | 0 | 0 | 117 | 64 | 37 |
| Octal | 257 | 32 | 377 | 37 | 132 | 0 | 0 | 427 | 144 | 67 |
| Binary | 10101111 | 11010 | 11111111 | 11111 | 1011010 | 0 | 0 | 100010111 | 1100100 | 110111 |
Color Harmonies of #AF1AFF
Complementary color
Monochromatic Colors of #AF1AFF
Black with #AF1AFF
Text Example
Text Example
White with #AF1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AFF; }
p { color: rgb(175,26,255); }
H1.HeaderClassName
{
color: #AF1AFF;
}
.AnyTagClassName
{
color: #AF1AFF;
}
</style>
background-color css
<style>
a { background-color: #AF1AFF; }
a { background-color: rgb(175,26,255); }
div.DivClassName
{
background-color: #AF1AFF;
}
.BgClassName
{
background-color: #AF1AFF;
}
</style>
border-color css
<style>
span { border-color: #AF1AFF; }
span { border-color: rgb(175,26,255); }
td.TdClassName
{
border-color: #AF1AFF;
}
.TagClassName
{
border-color: #AF1AFF;
}
</style>