Html Css Color HEX #AE5079 Royal Heath

📋 copy color: '#AE5079'

red 174 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #AE5079

Tints of Royal Heath #AE5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 46.4%
G = 21.33%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE5079 (or 0xAE5079) is known color: Royal Heath. HEX triplet: AE, 50 and 79. RGB value is (174,80,121). Sum of RGB (Red+Green+Blue) = 174+80+121=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5079 is #51AF86. Grayscale: #707070. Windows color (decimal): -5353351 or 7950510. OLE color: 7950510.

HSL color Cylindrical-coordinate representation of color #AE5079: hue angle of 333.83º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5079 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 121 -
CMYK 0 0.54 0.30 0.32
HSL 333.83º 0.37% 0.5% -
HSV(B) 333.83º 0.54% 0.68% -
XYZ 23.78 16.12 19.95 -
YUV 112.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 174 80 121 0 0.54 0.30 0.32 333.83 0.37 0.5
Hex AE 50 79 0 36 1E 20 14E 25 32
Octal 256 120 171 0 66 36 40 516 45 62
Binary 10101110 1010000 1111001 0 110110 11110 100000 101001110 100101 110010

Color Harmonies of #AE5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5079

Black with #AE5079

Text Example


Text Example

White with #AE5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5079; }

 p { color: rgb(174,80,121); }

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

background-color css

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

 a { background-color: rgb(174,80,121); }

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

border-color css

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

 span { border-color: rgb(174,80,121); }

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