#AE437C

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

Shades of Royal Heath #AE437C

Tints of Royal Heath #AE437C

Color information

#AE437C (or 0xAE437C) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 7C. RGB value is (174,67,124). Sum of RGB (Red+Green+Blue) = 174+67+124=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE437C is #51BC83. Grayscale: #696969. Windows color (decimal): -5356676 or 8143790. OLE color: 8143790.

HSL color Cylindrical-coordinate representation of color #AE437C: hue angle of 328.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE437C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17467124-
CMYK00.610.290.32
HSL328.04º44.4%47.25%-
HSV(B)328.04º61.49%68.24%-
XYZ23.114.4720.64-
YUV105.49138.45176.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=47.67%
G=18.36%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746712400.610.290.32328.0444.447.25
HexAE437C03D1D201482c2f
Octal25610317407535405105457
Binary1010111010000111111100011110111101100000101001000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE437C; }

 p { color: rgb(174,67,124); }

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

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

 a { background-color: rgb(174,67,124); }

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

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

 span { border-color: rgb(174,67,124); }

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