#AE5585

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

Shades of Royal Heath #AE5585

Tints of Royal Heath #AE5585

Color information

#AE5585 (or 0xAE5585) is unknown color: approx Royal Heath. HEX triplet: AE, 55 and 85. RGB value is (174,85,133). Sum of RGB (Red+Green+Blue) = 174+85+133=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5585 is #51AA7A. Grayscale: #747474. Windows color (decimal): -5352059 or 8738222. OLE color: 8738222.

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

Color convert

RGB17485133-
CMYK00.510.240.32
HSL327.64º35.46%50.78%-
HSV(B)327.64º51.15%68.24%-
XYZ24.9417.1924.19-
YUV117.08136.99168.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=44.39%
G=21.68%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748513300.510.240.32327.6435.4650.78
HexAE558503318201482333
Octal25612520506330405104363
Binary10101110101010110000101011001111000100000101001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5585; }

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

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

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

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

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

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

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

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