#AE557C

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

Shades of Royal Heath #AE557C

Tints of Royal Heath #AE557C

Color information

#AE557C (or 0xAE557C) is unknown color: approx Royal Heath. HEX triplet: AE, 55 and 7C. RGB value is (174,85,124). Sum of RGB (Red+Green+Blue) = 174+85+124=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE557C is #51AA83. Grayscale: #737373. Windows color (decimal): -5352068 or 8148398. OLE color: 8148398.

HSL color Cylindrical-coordinate representation of color #AE557C: hue angle of 333.71º 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 #AE557C is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17485124-
CMYK00.510.290.32
HSL333.71º35.46%50.78%-
HSV(B)333.71º51.15%68.24%-
XYZ24.3416.9521.06-
YUV116.06132.49169.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=45.43%
G=22.19%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748512400.510.290.32333.7135.4650.78
HexAE557C0331D2014e2333
Octal25612517406335405164363
Binary1010111010101011111100011001111101100000101001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE557C; }

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

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

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

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

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

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

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

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