Html Css Color HEX #AE597D Royal Heath

📋 copy color: '#AE597D'

red 174 ◦ green 89 ◦ blue 125

#AE597D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AE597D

Tints of Royal Heath #AE597D

RGB

 RED value IS 174 (68.36% from 255) = 44.85%

 GREEN value IS 89 (35.16% from 255) = 22.94%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 44.85%
G = 22.94%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE597D (or 0xAE597D) is known color: Royal Heath. HEX triplet: AE, 59 and 7D. RGB value is (174,89,125). Sum of RGB (Red+Green+Blue) = 174+89+125=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE597D is #51A682. Grayscale: #767676. Windows color (decimal): -5351043 or 8214958. OLE color: 8214958.

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

Color convert

RGB 174 89 125 -
CMYK 0 0.49 0.28 0.32
HSL 334.59º 0.34% 0.52% -
HSV(B) 334.59º 0.49% 0.68% -
XYZ 24.73 17.62 21.5 -
YUV 118.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 174 89 125 0 0.49 0.28 0.32 334.59 0.34 0.52
Hex AE 59 7D 0 31 1C 20 14F 22 34
Octal 256 131 175 0 61 34 40 517 42 64
Binary 10101110 1011001 1111101 0 110001 11100 100000 101001111 100010 110100

Color Harmonies of #AE597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE597D

Black with #AE597D

Text Example


Text Example

White with #AE597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE597D; }

 p { color: rgb(174,89,125); }

 H1.HeaderClassName
 {
   color: #AE597D;
 }
 .AnyTagClassName
 {
   color: #AE597D;
 }
</style>

background-color css

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

 a { background-color: rgb(174,89,125); }

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

border-color css

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

 span { border-color: rgb(174,89,125); }

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