#AE477E

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

Shades of Royal Heath #AE477E

Tints of Royal Heath #AE477E

Color information

#AE477E (or 0xAE477E) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 7E. RGB value is (174,71,126). Sum of RGB (Red+Green+Blue) = 174+71+126=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE477E is #51B881. Grayscale: #6B6B6B. Windows color (decimal): -5355650 or 8275886. OLE color: 8275886.

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

Color convert

RGB17471126-
CMYK00.590.280.32
HSL327.96º42.04%48.04%-
HSV(B)327.96º59.2%68.24%-
XYZ23.4715.0121.4-
YUV108.07138.12175.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=46.90%
G=19.14%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747112600.590.280.32327.9642.0448.04
HexAE477E03B1C201482a30
Octal25610717607334405105260
Binary1010111010001111111110011101111100100000101001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE477E; }

 p { color: rgb(174,71,126); }

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

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

 a { background-color: rgb(174,71,126); }

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

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

 span { border-color: rgb(174,71,126); }

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