#AE7BEE

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

Shades of Medium Purple #AE7BEE

Tints of Medium Purple #AE7BEE

Color information

#AE7BEE (or 0xAE7BEE) is unknown color: approx Medium Purple. HEX triplet: AE, 7B and EE. RGB value is (174,123,238). Sum of RGB (Red+Green+Blue) = 174+123+238=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7BEE is #518411. Grayscale: #969696. Windows color (decimal): -5342226 or 15629230. OLE color: 15629230.

HSL color Cylindrical-coordinate representation of color #AE7BEE: hue angle of 266.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE7BEE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174123238-
CMYK0.270.4800.07
HSL266.61º77.18%70.78%-
HSV(B)266.61º48.32%93.33%-
XYZ39.9729.3484.44-
YUV151.36176.9144.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=32.52%
G=22.99%
B=44.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741232380.270.4800.07266.6177.1870.78
HexAE7BEE1B300710b4d47
Octal256173356336007413115107
Binary1010111011110111110111011011110000011110000101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BEE; }

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

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

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

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

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

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

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

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