#AA5279

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

Shades of Royal Heath #AA5279

Tints of Royal Heath #AA5279

Color information

#AA5279 (or 0xAA5279) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 79. RGB value is (170,82,121). Sum of RGB (Red+Green+Blue) = 170+82+121=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5279 is #55AD86. Grayscale: #707070. Windows color (decimal): -5614983 or 7951018. OLE color: 7951018.

HSL color Cylindrical-coordinate representation of color #AA5279: hue angle of 333.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5279 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17082121-
CMYK00.520.290.33
HSL333.41º34.92%49.41%-
HSV(B)333.41º51.76%66.67%-
XYZ23.0515.9619.96-
YUV112.76132.65168.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=45.58%
G=21.98%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708212100.520.290.33333.4134.9249.41
HexAA52790341D2114d2331
Octal25212217106435415154361
Binary1010101010100101111001011010011101100001101001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5279; }

 p { color: rgb(170,82,121); }

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

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

 a { background-color: rgb(170,82,121); }

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

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

 span { border-color: rgb(170,82,121); }

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