Html Css Color HEX #AE4980 Royal Heath

📋 copy color: '#AE4980'

red 174 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #AE4980

Tints of Royal Heath #AE4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 46.4%
G = 19.47%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE4980 (or 0xAE4980) is known color: Royal Heath. HEX triplet: AE, 49 and 80. RGB value is (174,73,128). Sum of RGB (Red+Green+Blue) = 174+73+128=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4980 is #51B67F. Grayscale: #6D6D6D. Windows color (decimal): -5355136 or 8407470. OLE color: 8407470.

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

Color convert

RGB 174 73 128 -
CMYK 0 0.58 0.26 0.32
HSL 327.33º 0.41% 0.48% -
HSV(B) 327.33º 0.58% 0.68% -
XYZ 23.73 15.32 22.13 -
YUV 109.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 174 73 128 0 0.58 0.26 0.32 327.33 0.41 0.48
Hex AE 49 80 0 3A 1A 20 147 29 30
Octal 256 111 200 0 72 32 40 507 51 60
Binary 10101110 1001001 10000000 0 111010 11010 100000 101000111 101001 110000

Color Harmonies of #AE4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4980

Black with #AE4980

Text Example


Text Example

White with #AE4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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