Html Css Color HEX #AE5474 Royal Heath

📋 copy color: '#AE5474'

red 174 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #AE5474

Tints of Royal Heath #AE5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 46.52%
G = 22.46%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE5474 (or 0xAE5474) is known color: Royal Heath. HEX triplet: AE, 54 and 74. RGB value is (174,84,116). Sum of RGB (Red+Green+Blue) = 174+84+116=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5474 is #51AB8B. Grayscale: #727272. Windows color (decimal): -5352332 or 7623854. OLE color: 7623854.

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

Color convert

RGB 174 84 116 -
CMYK 0 0.52 0.33 0.32
HSL 338.67º 0.36% 0.51% -
HSV(B) 338.67º 0.52% 0.68% -
XYZ 23.78 16.6 18.47 -
YUV 114.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 174 84 116 0 0.52 0.33 0.32 338.67 0.36 0.51
Hex AE 54 74 0 34 21 20 153 24 33
Octal 256 124 164 0 64 41 40 523 44 63
Binary 10101110 1010100 1110100 0 110100 100001 100000 101010011 100100 110011

Color Harmonies of #AE5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5474

Black with #AE5474

Text Example


Text Example

White with #AE5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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