#AA496D

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

Shades of Royal Heath #AA496D

Tints of Royal Heath #AA496D

Color information

#AA496D (or 0xAA496D) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 6D. RGB value is (170,73,109). Sum of RGB (Red+Green+Blue) = 170+73+109=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA496D is #55B692. Grayscale: #6A6A6A. Windows color (decimal): -5617299 or 7162282. OLE color: 7162282.

HSL color Cylindrical-coordinate representation of color #AA496D: hue angle of 337.73º 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 #AA496D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17073109-
CMYK00.570.360.33
HSL337.73º39.92%47.65%-
HSV(B)337.73º57.06%66.67%-
XYZ21.7214.4216.11-
YUV106.11129.64173.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=48.30%
G=20.74%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707310900.570.360.33337.7339.9247.65
HexAA496D03924211522830
Octal25211115507144415225060
Binary10101010100100111011010111001100100100001101010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA496D; }

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

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

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

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

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

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

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

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