Html Css Color HEX #AE547A Royal Heath

📋 copy color: '#AE547A'

red 174 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #AE547A

Tints of Royal Heath #AE547A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 45.79%
G = 22.11%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE547A (or 0xAE547A) is known color: Royal Heath. HEX triplet: AE, 54 and 7A. RGB value is (174,84,122). Sum of RGB (Red+Green+Blue) = 174+84+122=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547A is #51AB85. Grayscale: #737373. Windows color (decimal): -5352326 or 8017070. OLE color: 8017070.

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

Color convert

RGB 174 84 122 -
CMYK 0 0.52 0.30 0.32
HSL 334.67º 0.36% 0.51% -
HSV(B) 334.67º 0.52% 0.68% -
XYZ 24.14 16.74 20.37 -
YUV 115.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 174 84 122 0 0.52 0.30 0.32 334.67 0.36 0.51
Hex AE 54 7A 0 34 1E 20 14F 24 33
Octal 256 124 172 0 64 36 40 517 44 63
Binary 10101110 1010100 1111010 0 110100 11110 100000 101001111 100100 110011

Color Harmonies of #AE547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE547A

Black with #AE547A

Text Example


Text Example

White with #AE547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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