#AE3D73

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

Shades of Royal Heath #AE3D73

Tints of Royal Heath #AE3D73

Color information

#AE3D73 (or 0xAE3D73) is unknown color: approx Royal Heath. HEX triplet: AE, 3D and 73. RGB value is (174,61,115). Sum of RGB (Red+Green+Blue) = 174+61+115=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3D73 is #51C28C. Grayscale: #646464. Windows color (decimal): -5358221 or 7552430. OLE color: 7552430.

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

Color convert

RGB17461115-
CMYK00.650.340.32
HSL331.33º48.09%46.08%-
HSV(B)331.33º64.94%68.24%-
XYZ22.2213.5717.67-
YUV100.94135.94180.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=49.71%
G=17.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746111500.650.340.32331.3348.0946.08
HexAE3D73041222014b302e
Octal25675163010142405136056
Binary10101110111101111001101000001100010100000101001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D73; }

 p { color: rgb(174,61,115); }

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

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

 a { background-color: rgb(174,61,115); }

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

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

 span { border-color: rgb(174,61,115); }

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