Html Css Color HEX #AE547C Royal Heath

📋 copy color: '#AE547C'

red 174 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #AE547C

Tints of Royal Heath #AE547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 45.55%
G = 21.99%
B = 32.46%

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

#AE547C (or 0xAE547C) is known color: Royal Heath. HEX triplet: AE, 54 and 7C. RGB value is (174,84,124). Sum of RGB (Red+Green+Blue) = 174+84+124=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547C is #51AB83. Grayscale: #737373. Windows color (decimal): -5352324 or 8148142. OLE color: 8148142.

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

Color convert

RGB 174 84 124 -
CMYK 0 0.52 0.29 0.32
HSL 333.33º 0.36% 0.51% -
HSV(B) 333.33º 0.52% 0.68% -
XYZ 24.26 16.79 21.03 -
YUV 115.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 174 84 124 0 0.52 0.29 0.32 333.33 0.36 0.51
Hex AE 54 7C 0 34 1D 20 14D 24 33
Octal 256 124 174 0 64 35 40 515 44 63
Binary 10101110 1010100 1111100 0 110100 11101 100000 101001101 100100 110011

Color Harmonies of #AE547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE547C

Black with #AE547C

Text Example


Text Example

White with #AE547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE547C; }

 p { color: rgb(174,84,124); }

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

background-color css

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

 a { background-color: rgb(174,84,124); }

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

border-color css

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

 span { border-color: rgb(174,84,124); }

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