Html Css Color HEX #AE537B Royal Heath

📋 copy color: '#AE537B'

red 174 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #AE537B

Tints of Royal Heath #AE537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 45.79%
G = 21.84%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE537B (or 0xAE537B) is known color: Royal Heath. HEX triplet: AE, 53 and 7B. RGB value is (174,83,123). Sum of RGB (Red+Green+Blue) = 174+83+123=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE537B is #51AC84. Grayscale: #727272. Windows color (decimal): -5352581 or 8082350. OLE color: 8082350.

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

Color convert

RGB 174 83 123 -
CMYK 0 0.52 0.29 0.32
HSL 333.63º 0.36% 0.5% -
HSV(B) 333.63º 0.52% 0.68% -
XYZ 24.12 16.62 20.67 -
YUV 114.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 174 83 123 0 0.52 0.29 0.32 333.63 0.36 0.5
Hex AE 53 7B 0 34 1D 20 14E 24 32
Octal 256 123 173 0 64 35 40 516 44 62
Binary 10101110 1010011 1111011 0 110100 11101 100000 101001110 100100 110010

Color Harmonies of #AE537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE537B

Black with #AE537B

Text Example


Text Example

White with #AE537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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