#ae7bde

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

Shades of Medium Purple #AE7BDE

Tints of Medium Purple #AE7BDE

Color information

#AE7BDE (or 0xAE7BDE) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and DE. RGB value is (174,123,222). Sum of RGB (Red+Green+Blue) = 174+123+222=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDE is #518421. Grayscale: #959595. Windows color (decimal): -5342242 or 14580654. OLE color: 14580654.

HSL color Cylindrical-coordinate representation of color #AE7BDE: hue angle of 270.91º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7BDE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174123222-
CMYK0.220.4500.13
HSL270.91º60%67.65%-
HSV(B)270.91º44.59%87.06%-
XYZ37.7228.4472.61-
YUV149.54168.9145.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=33.53%
G=23.70%
B=42.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741232220.220.4500.13270.916067.65
HexAE7BDE162D0D10f3c44
Octal256173336265501541774104
Binary1010111011110111101111010110101101011011000011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7bde; }

 p { color: rgb(174,123,222); }

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

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

 a { background-color: rgb(174,123,222); }

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

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

 span { border-color: rgb(174,123,222); }

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