Html Css Color HEX #AE547D Royal Heath

📋 copy color: '#AE547D'

red 174 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #AE547D

Tints of Royal Heath #AE547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 45.43%
G = 21.93%
B = 32.64%

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

#AE547D (or 0xAE547D) is known color: Royal Heath. HEX triplet: AE, 54 and 7D. RGB value is (174,84,125). Sum of RGB (Red+Green+Blue) = 174+84+125=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547D is #51AB82. Grayscale: #737373. Windows color (decimal): -5352323 or 8213678. OLE color: 8213678.

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

Color convert

RGB 174 84 125 -
CMYK 0 0.52 0.28 0.32
HSL 332.67º 0.36% 0.51% -
HSV(B) 332.67º 0.52% 0.68% -
XYZ 24.33 16.82 21.37 -
YUV 115.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 174 84 125 0 0.52 0.28 0.32 332.67 0.36 0.51
Hex AE 54 7D 0 34 1C 20 14D 24 33
Octal 256 124 175 0 64 34 40 515 44 63
Binary 10101110 1010100 1111101 0 110100 11100 100000 101001101 100100 110011

Color Harmonies of #AE547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE547D

Black with #AE547D

Text Example


Text Example

White with #AE547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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