#AE537E

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

Shades of Royal Heath #AE537E

Tints of Royal Heath #AE537E

Color information

#AE537E (or 0xAE537E) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 7E. RGB value is (174,83,126). Sum of RGB (Red+Green+Blue) = 174+83+126=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE537E is #51AC81. Grayscale: #737373. Windows color (decimal): -5352578 or 8278958. OLE color: 8278958.

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

Color convert

RGB17483126-
CMYK00.520.280.32
HSL331.65º35.97%50.39%-
HSV(B)331.65º52.3%68.24%-
XYZ24.3116.6921.68-
YUV115.11134.15170-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=45.43%
G=21.67%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748312600.520.280.32331.6535.9750.39
HexAE537E0341C2014c2432
Octal25612317606434405144462
Binary1010111010100111111110011010011100100000101001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE537E; }

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

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

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

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

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

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

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

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