Html Css Color HEX #AE537E Royal Heath

📋 copy color: '#AE537E'

red 174 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #AE537E

Tints of Royal Heath #AE537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 45.43%
G = 21.67%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE537E (or 0xAE537E) is known color: Royal Heath. HEX triplet: AE, 53 and 7E. RGB value is (174,83,126). Sum of RGB (Red+Green+Blue) = 174+83+126=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE537E is #51AC81. Grayscale: #737373. Windows color (decimal): -5352578 or 8278958. OLE color: 8278958.

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

Color convert

RGB 174 83 126 -
CMYK 0 0.52 0.28 0.32
HSL 331.65º 0.36% 0.5% -
HSV(B) 331.65º 0.52% 0.68% -
XYZ 24.31 16.69 21.68 -
YUV 115.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 174 83 126 0 0.52 0.28 0.32 331.65 0.36 0.5
Hex AE 53 7E 0 34 1C 20 14C 24 32
Octal 256 123 176 0 64 34 40 514 44 62
Binary 10101110 1010011 1111110 0 110100 11100 100000 101001100 100100 110010

Color Harmonies of #AE537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE537E

Black with #AE537E

Text Example


Text Example

White with #AE537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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