#AE5985

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

Shades of Royal Heath #AE5985

Tints of Royal Heath #AE5985

Color information

#AE5985 (or 0xAE5985) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 85. RGB value is (174,89,133). Sum of RGB (Red+Green+Blue) = 174+89+133=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5985 is #51A67A. Grayscale: #777777. Windows color (decimal): -5351035 or 8739246. OLE color: 8739246.

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

Color convert

RGB17489133-
CMYK00.490.240.32
HSL328.94º34.41%51.57%-
HSV(B)328.94º48.85%68.24%-
XYZ25.2617.8424.3-
YUV119.43135.66166.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=43.94%
G=22.47%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748913300.490.240.32328.9434.4151.57
HexAE598503118201492234
Octal25613120506130405114264
Binary10101110101100110000101011000111000100000101001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5985; }

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

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

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

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

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

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

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

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