#AE5785

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

Shades of Royal Heath #AE5785

Tints of Royal Heath #AE5785

Color information

#AE5785 (or 0xAE5785) is unknown color: approx Royal Heath. HEX triplet: AE, 57 and 85. RGB value is (174,87,133). Sum of RGB (Red+Green+Blue) = 174+87+133=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5785 is #51A87A. Grayscale: #767676. Windows color (decimal): -5351547 or 8738734. OLE color: 8738734.

HSL color Cylindrical-coordinate representation of color #AE5785: hue angle of 328.28º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE5785 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17487133-
CMYK00.50.240.32
HSL328.28º34.94%51.18%-
HSV(B)328.28º50%68.24%-
XYZ25.117.5124.25-
YUV118.26136.32167.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=44.16%
G=22.08%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748713300.50.240.32328.2834.9451.18
HexAE578503218201482333
Octal25612720506230405104363
Binary10101110101011110000101011001011000100000101001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5785; }

 p { color: rgb(174,87,133); }

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

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

 a { background-color: rgb(174,87,133); }

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

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

 span { border-color: rgb(174,87,133); }

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