#AE70EB

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

Shades of Medium Purple #AE70EB

Tints of Medium Purple #AE70EB

Color information

#AE70EB (or 0xAE70EB) is unknown color: approx Medium Purple. HEX triplet: AE, 70 and EB. RGB value is (174,112,235). Sum of RGB (Red+Green+Blue) = 174+112+235=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE70EB is #518F14. Grayscale: #909090. Windows color (decimal): -5345045 or 15429806. OLE color: 15429806.

HSL color Cylindrical-coordinate representation of color #AE70EB: hue angle of 270.24º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE70EB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174112235-
CMYK0.260.5200.08
HSL270.24º75.46%68.04%-
HSV(B)270.24º52.34%92.16%-
XYZ38.2526.5981.71-
YUV144.56179.04149-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=33.40%
G=21.50%
B=45.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741122350.260.5200.08270.2475.4668.04
HexAE70EB1A340810e4b44
Octal2561603533264010416113104
Binary10101110111000011101011110101101000100010000111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE70EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE70EB; }

 p { color: rgb(174,112,235); }

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

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

 a { background-color: rgb(174,112,235); }

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

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

 span { border-color: rgb(174,112,235); }

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