#AE4980

Color #AE4980 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AE4980

Tints of Royal Heath #AE4980

Color information

#AE4980 (or 0xAE4980) is unknown color: approx 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

RGB17473128-
CMYK00.580.260.32
HSL327.33º40.89%48.43%-
HSV(B)327.33º58.05%68.24%-
XYZ23.7315.3222.13-
YUV109.47138.46174.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747312800.580.260.32327.3340.8948.43
HexAE498003A1A201472930
Octal25611120007232405075160
Binary10101110100100110000000011101011010100000101000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>