#AE5A7E

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

Shades of Royal Heath #AE5A7E

Tints of Royal Heath #AE5A7E

Color information

#AE5A7E (or 0xAE5A7E) is unknown color: approx Royal Heath. HEX triplet: AE, 5A and 7E. RGB value is (174,90,126). Sum of RGB (Red+Green+Blue) = 174+90+126=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A7E is #51A581. Grayscale: #777777. Windows color (decimal): -5350786 or 8280750. OLE color: 8280750.

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

Color convert

RGB17490126-
CMYK00.480.280.32
HSL334.29º34.15%51.76%-
HSV(B)334.29º48.28%68.24%-
XYZ24.8817.8221.87-
YUV119.22131.83167.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=44.62%
G=23.08%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749012600.480.280.32334.2934.1551.76
HexAE5A7E0301C2014e2234
Octal25613217606034405164264
Binary1010111010110101111110011000011100100000101001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A7E; }

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

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

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

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

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

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

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

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