#AA4980

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

Shades of Royal Heath #AA4980

Tints of Royal Heath #AA4980

Color information

#AA4980 (or 0xAA4980) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 80. RGB value is (170,73,128). Sum of RGB (Red+Green+Blue) = 170+73+128=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4980 is #55B67F. Grayscale: #6C6C6C. Windows color (decimal): -5617280 or 8407466. OLE color: 8407466.

HSL color Cylindrical-coordinate representation of color #AA4980: hue angle of 325.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4980 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17073128-
CMYK00.570.250.33
HSL325.98º39.92%47.65%-
HSV(B)325.98º57.06%66.67%-
XYZ22.8614.8722.09-
YUV108.27139.14172.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=45.82%
G=19.68%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707312800.570.250.33325.9839.9247.65
HexAA498003919211462830
Octal25211120007131415065060
Binary10101010100100110000000011100111001100001101000110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4980; }

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

 H1.HeaderClassName
 {
   color: #AA4980;
 }
 .AnyTagClassName
 {
   color: #AA4980;
 }
</style>
background-color css

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

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

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

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

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

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