Html Css Color HEX #AE597E Royal Heath

📋 copy color: '#AE597E'

red 174 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #AE597E

Tints of Royal Heath #AE597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 44.73%
G = 22.88%
B = 32.39%

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

#AE597E (or 0xAE597E) is known color: Royal Heath. HEX triplet: AE, 59 and 7E. RGB value is (174,89,126). Sum of RGB (Red+Green+Blue) = 174+89+126=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE597E is #51A681. Grayscale: #767676. Windows color (decimal): -5351042 or 8280494. OLE color: 8280494.

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

Color convert

RGB 174 89 126 -
CMYK 0 0.49 0.28 0.32
HSL 333.88º 0.34% 0.52% -
HSV(B) 333.88º 0.49% 0.68% -
XYZ 24.79 17.65 21.84 -
YUV 118.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 174 89 126 0 0.49 0.28 0.32 333.88 0.34 0.52
Hex AE 59 7E 0 31 1C 20 14E 22 34
Octal 256 131 176 0 61 34 40 516 42 64
Binary 10101110 1011001 1111110 0 110001 11100 100000 101001110 100010 110100

Color Harmonies of #AE597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE597E

Black with #AE597E

Text Example


Text Example

White with #AE597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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