#AE577A

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

Shades of Royal Heath #AE577A

Tints of Royal Heath #AE577A

Color information

#AE577A (or 0xAE577A) is unknown color: approx Royal Heath. HEX triplet: AE, 57 and 7A. RGB value is (174,87,122). Sum of RGB (Red+Green+Blue) = 174+87+122=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE577A is #51A885. Grayscale: #747474. Windows color (decimal): -5351558 or 8017838. OLE color: 8017838.

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

Color convert

RGB17487122-
CMYK00.50.300.32
HSL335.86º34.94%51.18%-
HSV(B)335.86º50%68.24%-
XYZ24.3817.2220.45-
YUV117130.82168.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=45.43%
G=22.72%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748712200.50.300.32335.8634.9451.18
HexAE577A0321E201502333
Octal25612717206236405204363
Binary1010111010101111111010011001011110100000101010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE577A; }

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

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

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

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

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

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

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

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