Shades of Electric Purple #AF1AFE
Tints of Electric Purple #AF1AFE
RGB
CMYK
RGB Variations
Color information
#AF1AFE (or 0xAF1AFE) is known color: Electric Purple. HEX triplet: AF, 1A and FE. RGB value is (175,26,254). Sum of RGB (Red+Green+Blue) = 175+26+254=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AFE is #50E501. Grayscale: #5F5F5F. Windows color (decimal): -5301506 or 16652975. OLE color: 16652975.
HSL color Cylindrical-coordinate representation of color #AF1AFE: hue angle of 279.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1AFE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 26 | 254 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.00 |
| HSL | 279.21º | 0.99% | 0.55% | - |
| HSV(B) | 279.21º | 0.9% | 1% | - |
| XYZ | 35.94 | 17.01 | 95.15 | - |
| YUV | 96.54 | 216.86 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 254 | 0.31 | 0.90 | 0 | 0.00 | 279.21 | 0.99 | 0.55 |
| Hex | AF | 1A | FE | 1F | 5A | 0 | 0 | 117 | 63 | 37 |
| Octal | 257 | 32 | 376 | 37 | 132 | 0 | 0 | 427 | 143 | 67 |
| Binary | 10101111 | 11010 | 11111110 | 11111 | 1011010 | 0 | 0 | 100010111 | 1100011 | 110111 |
Color Harmonies of #AF1AFE
Complementary color
Monochromatic Colors of #AF1AFE
Black with #AF1AFE
Text Example
Text Example
White with #AF1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AFE; }
p { color: rgb(175,26,254); }
H1.HeaderClassName
{
color: #AF1AFE;
}
.AnyTagClassName
{
color: #AF1AFE;
}
</style>
background-color css
<style>
a { background-color: #AF1AFE; }
a { background-color: rgb(175,26,254); }
div.DivClassName
{
background-color: #AF1AFE;
}
.BgClassName
{
background-color: #AF1AFE;
}
</style>
border-color css
<style>
span { border-color: #AF1AFE; }
span { border-color: rgb(175,26,254); }
td.TdClassName
{
border-color: #AF1AFE;
}
.TagClassName
{
border-color: #AF1AFE;
}
</style>