#AE4D7B

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

Shades of Royal Heath #AE4D7B

Tints of Royal Heath #AE4D7B

Color information

#AE4D7B (or 0xAE4D7B) is unknown color: approx Royal Heath. HEX triplet: AE, 4D and 7B. RGB value is (174,77,123). Sum of RGB (Red+Green+Blue) = 174+77+123=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D7B is #51B284. Grayscale: #6F6F6F. Windows color (decimal): -5354117 or 8080814. OLE color: 8080814.

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

Color convert

RGB17477123-
CMYK00.560.290.32
HSL331.55º38.65%49.22%-
HSV(B)331.55º55.75%68.24%-
XYZ23.6815.7420.53-
YUV111.25134.64172.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=46.52%
G=20.59%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747712300.560.290.32331.5538.6549.22
HexAE4D7B0381D2014c2731
Octal25611517307035405144761
Binary1010111010011011111011011100011101100000101001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D7B; }

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

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

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

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

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

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

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

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