#AF21EE

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

Shades of Electric Purple #AF21EE

Tints of Electric Purple #AF21EE

Color information

#AF21EE (or 0xAF21EE) is unknown color: approx Electric Purple. HEX triplet: AF, 21 and EE. RGB value is (175,33,238). Sum of RGB (Red+Green+Blue) = 175+33+238=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EE is #50DE11. Grayscale: #626262. Windows color (decimal): -5299730 or 15606191. OLE color: 15606191.

HSL color Cylindrical-coordinate representation of color #AF21EE: hue angle of 281.56º degrees, saturation: 0.86, 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 #AF21EE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17533238-
CMYK0.260.8600.07
HSL281.56º85.77%53.14%-
HSV(B)281.56º86.13%93.33%-
XYZ33.6616.3782.28-
YUV98.83206.54182.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 33 (13.28% from 255) = 7.40%
BLUE value IS 238 (93.36% from 255) = 53.36%
R=39.24%
G=7.40%
B=53.36%

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
Decimal175332380.260.8600.07281.5685.7753.14
HexAF21EE1A560711a5635
Octal25741356321260743212665
Binary101011111000011110111011010101011001111000110101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF21EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF21EE; }

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

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

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

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

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

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

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

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