Html Css Color HEX #AE5980 Royal Heath

📋 copy color: '#AE5980'

red 174 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #AE5980

Tints of Royal Heath #AE5980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 44.5%
G = 22.76%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE5980 (or 0xAE5980) is known color: Royal Heath. HEX triplet: AE, 59 and 80. RGB value is (174,89,128). Sum of RGB (Red+Green+Blue) = 174+89+128=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5980 is #51A67F. Grayscale: #767676. Windows color (decimal): -5351040 or 8411566. OLE color: 8411566.

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

Color convert

RGB 174 89 128 -
CMYK 0 0.49 0.26 0.32
HSL 332.47º 0.34% 0.52% -
HSV(B) 332.47º 0.49% 0.68% -
XYZ 24.92 17.7 22.53 -
YUV 118.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 174 89 128 0 0.49 0.26 0.32 332.47 0.34 0.52
Hex AE 59 80 0 31 1A 20 14C 22 34
Octal 256 131 200 0 61 32 40 514 42 64
Binary 10101110 1011001 10000000 0 110001 11010 100000 101001100 100010 110100

Color Harmonies of #AE5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5980

Black with #AE5980

Text Example


Text Example

White with #AE5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5980; }

 p { color: rgb(174,89,128); }

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

background-color css

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

 a { background-color: rgb(174,89,128); }

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

border-color css

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

 span { border-color: rgb(174,89,128); }

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