#AA527A

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

Shades of Royal Heath #AA527A

Tints of Royal Heath #AA527A

Color information

#AA527A (or 0xAA527A) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 7A. RGB value is (170,82,122). Sum of RGB (Red+Green+Blue) = 170+82+122=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA527A is #55AD85. Grayscale: #707070. Windows color (decimal): -5614982 or 8016554. OLE color: 8016554.

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

Color convert

RGB17082122-
CMYK00.520.280.33
HSL332.73º34.92%49.41%-
HSV(B)332.73º51.76%66.67%-
XYZ23.1115.9920.28-
YUV112.87133.15168.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=45.45%
G=21.93%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708212200.520.280.33332.7334.9249.41
HexAA527A0341C2114d2331
Octal25212217206434415154361
Binary1010101010100101111010011010011100100001101001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA527A; }

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

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

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

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

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

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

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

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