#AE5B7C

Color #AE5B7C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AE5B7C

Tints of Royal Heath #AE5B7C

Color information

#AE5B7C (or 0xAE5B7C) is unknown color: approx Royal Heath. HEX triplet: AE, 5B and 7C. RGB value is (174,91,124). Sum of RGB (Red+Green+Blue) = 174+91+124=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B7C is #51A483. Grayscale: #777777. Windows color (decimal): -5350532 or 8149934. OLE color: 8149934.

HSL color Cylindrical-coordinate representation of color #AE5B7C: hue angle of 336.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5B7C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17491124-
CMYK00.480.290.32
HSL336.14º33.88%51.96%-
HSV(B)336.14º47.7%68.24%-
XYZ24.8317.9421.22-
YUV119.58130.5166.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=44.73%
G=23.39%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749112400.480.290.32336.1433.8851.96
HexAE5B7C0301D201502234
Octal25613317406035405204264
Binary1010111010110111111100011000011101100000101010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B7C; }

 p { color: rgb(174,91,124); }

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

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

 a { background-color: rgb(174,91,124); }

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

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

 span { border-color: rgb(174,91,124); }

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