#AE5374

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

Shades of Royal Heath #AE5374

Tints of Royal Heath #AE5374

Color information

#AE5374 (or 0xAE5374) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 74. RGB value is (174,83,116). Sum of RGB (Red+Green+Blue) = 174+83+116=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5374 is #51AC8B. Grayscale: #717171. Windows color (decimal): -5352588 or 7623598. OLE color: 7623598.

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

Color convert

RGB17483116-
CMYK00.520.330.32
HSL338.24º35.97%50.39%-
HSV(B)338.24º52.3%68.24%-
XYZ23.716.4518.45-
YUV113.97129.15170.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=46.65%
G=22.25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748311600.520.330.32338.2435.9750.39
HexAE537403421201522432
Octal25612316406441405224462
Binary10101110101001111101000110100100001100000101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5374; }

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

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

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

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

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

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

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

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