#AE6EEB

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

Shades of Medium Purple #AE6EEB

Tints of Medium Purple #AE6EEB

Color information

#AE6EEB (or 0xAE6EEB) is unknown color: approx Medium Purple. HEX triplet: AE, 6E and EB. RGB value is (174,110,235). Sum of RGB (Red+Green+Blue) = 174+110+235=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE6EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6EEB is #519114. Grayscale: #8E8E8E. Windows color (decimal): -5345557 or 15429294. OLE color: 15429294.

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

Color convert

RGB174110235-
CMYK0.260.5300.08
HSL270.72º75.76%67.65%-
HSV(B)270.72º53.19%92.16%-
XYZ38.0326.1581.64-
YUV143.39179.7149.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 235 (92.19% from 255) = 45.28%
R=33.53%
G=21.19%
B=45.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741102350.260.5300.08270.7275.7667.65
HexAE6EEB1A350810f4c44
Octal2561563533265010417114104
Binary10101110110111011101011110101101010100010000111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6EEB; }

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

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

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

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

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

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

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

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