#AE22FB

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

Shades of Electric Purple #AE22FB

Tints of Electric Purple #AE22FB

Color information

#AE22FB (or 0xAE22FB) is unknown color: approx Electric Purple. HEX triplet: AE, 22 and FB. RGB value is (174,34,251). Sum of RGB (Red+Green+Blue) = 174+34+251=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE22FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE22FB is #51DD04. Grayscale: #636363. Windows color (decimal): -5364997 or 16458414. OLE color: 16458414.

HSL color Cylindrical-coordinate representation of color #AE22FB: hue angle of 278.71º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE22FB is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17434251-
CMYK0.310.8600.02
HSL278.71º96.44%55.88%-
HSV(B)278.71º86.45%98.43%-
XYZ35.4417.1192.7-
YUV100.6212.88180.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 34 (13.67% from 255) = 7.41%
BLUE value IS 251 (98.44% from 255) = 54.68%
R=37.91%
G=7.41%
B=54.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174342510.310.8600.02278.7196.4455.88
HexAE22FB1F56021176038
Octal25642373371260242714070
Binary10101110100010111110111111110101100101000101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE22FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE22FB; }

 p { color: rgb(174,34,251); }

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

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

 a { background-color: rgb(174,34,251); }

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

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

 span { border-color: rgb(174,34,251); }

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