#AE4D7A

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

Shades of Royal Heath #AE4D7A

Tints of Royal Heath #AE4D7A

Color information

#AE4D7A (or 0xAE4D7A) is unknown color: approx Royal Heath. HEX triplet: AE, 4D and 7A. RGB value is (174,77,122). Sum of RGB (Red+Green+Blue) = 174+77+122=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D7A is #51B285. Grayscale: #6F6F6F. Windows color (decimal): -5354118 or 8015278. OLE color: 8015278.

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

Color convert

RGB17477122-
CMYK00.560.300.32
HSL332.16º38.65%49.22%-
HSV(B)332.16º55.75%68.24%-
XYZ23.6215.7120.2-
YUV111.13134.14172.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=46.65%
G=20.64%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747712200.560.300.32332.1638.6549.22
HexAE4D7A0381E2014c2731
Octal25611517207036405144761
Binary1010111010011011111010011100011110100000101001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D7A; }

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

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

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

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

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

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

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

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