#AF21EC

Color #AF21EC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AF21EC

Tints of Electric Purple #AF21EC

Color information

#AF21EC (or 0xAF21EC) is unknown color: approx Electric Purple. HEX triplet: AF, 21 and EC. RGB value is (175,33,236). Sum of RGB (Red+Green+Blue) = 175+33+236=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF21EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EC is #50DE13. Grayscale: #616161. Windows color (decimal): -5299732 or 15475119. OLE color: 15475119.

HSL color Cylindrical-coordinate representation of color #AF21EC: hue angle of 281.97º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF21EC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17533236-
CMYK0.260.8600.07
HSL281.97º84.23%52.75%-
HSV(B)281.97º86.02%92.55%-
XYZ33.3616.2680.74-
YUV98.6205.54182.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 33 (13.28% from 255) = 7.43%
BLUE value IS 236 (92.58% from 255) = 53.15%
R=39.41%
G=7.43%
B=53.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175332360.260.8600.07281.9784.2352.75
HexAF21EC1A560711a5435
Octal25741354321260743212465
Binary101011111000011110110011010101011001111000110101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF21EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF21EC; }

 p { color: rgb(175,33,236); }

 H1.HeaderClassName
 {
   color: #AF21EC;
 }
 .AnyTagClassName
 {
   color: #AF21EC;
 }
</style>
background-color css

<style>
 a { background-color: #AF21EC; }

 a { background-color: rgb(175,33,236); }

 div.DivClassName
 {
   background-color: #AF21EC;
 }
 .BgClassName
 {
   background-color: #AF21EC;
 }
</style>
border-color css

<style>
 span { border-color: #AF21EC; }

 span { border-color: rgb(175,33,236); }

 td.TdClassName
 {
   border-color: #AF21EC;
 }
 .TagClassName
 {
   border-color: #AF21EC;
 }
</style>