Shades of Electric Purple #AF1AFC
Tints of Electric Purple #AF1AFC
RGB
CMYK
RGB Variations
Color information
#AF1AFC (or 0xAF1AFC) is known color: Electric Purple. HEX triplet: AF, 1A and FC. RGB value is (175,26,252). Sum of RGB (Red+Green+Blue) = 175+26+252=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF1AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1AFC is #50E503. Grayscale: #5F5F5F. Windows color (decimal): -5301508 or 16521903. OLE color: 16521903.
HSL color Cylindrical-coordinate representation of color #AF1AFC: hue angle of 279.56º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1AFC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 26 | 252 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.01 |
| HSL | 279.56º | 0.97% | 0.55% | - |
| HSV(B) | 279.56º | 0.9% | 0.99% | - |
| XYZ | 35.62 | 16.88 | 93.48 | - |
| YUV | 96.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 252 | 0.31 | 0.90 | 0 | 0.01 | 279.56 | 0.97 | 0.55 |
| Hex | AF | 1A | FC | 1F | 5A | 0 | 1 | 118 | 61 | 37 |
| Octal | 257 | 32 | 374 | 37 | 132 | 0 | 1 | 430 | 141 | 67 |
| Binary | 10101111 | 11010 | 11111100 | 11111 | 1011010 | 0 | 1 | 100011000 | 1100001 | 110111 |
Color Harmonies of #AF1AFC
Complementary color
Monochromatic Colors of #AF1AFC
Black with #AF1AFC
Text Example
Text Example
White with #AF1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AFC; }
p { color: rgb(175,26,252); }
H1.HeaderClassName
{
color: #AF1AFC;
}
.AnyTagClassName
{
color: #AF1AFC;
}
</style>
background-color css
<style>
a { background-color: #AF1AFC; }
a { background-color: rgb(175,26,252); }
div.DivClassName
{
background-color: #AF1AFC;
}
.BgClassName
{
background-color: #AF1AFC;
}
</style>
border-color css
<style>
span { border-color: #AF1AFC; }
span { border-color: rgb(175,26,252); }
td.TdClassName
{
border-color: #AF1AFC;
}
.TagClassName
{
border-color: #AF1AFC;
}
</style>