#AA5B7E

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

Shades of Royal Heath #AA5B7E

Tints of Royal Heath #AA5B7E

Color information

#AA5B7E (or 0xAA5B7E) is unknown color: approx Royal Heath. HEX triplet: AA, 5B and 7E. RGB value is (170,91,126). Sum of RGB (Red+Green+Blue) = 170+91+126=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7E is #55A481. Grayscale: #767676. Windows color (decimal): -5612674 or 8281002. OLE color: 8281002.

HSL color Cylindrical-coordinate representation of color #AA5B7E: hue angle of 333.42º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B7E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17091126-
CMYK00.460.260.33
HSL333.42º31.73%51.18%-
HSV(B)333.42º46.47%66.67%-
XYZ24.0817.5321.85-
YUV118.61132.17164.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=43.93%
G=23.51%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709112600.460.260.33333.4231.7351.18
HexAA5B7E02E1A2114d2033
Octal25213317605632415154063
Binary1010101010110111111110010111011010100001101001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B7E; }

 p { color: rgb(170,91,126); }

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

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

 a { background-color: rgb(170,91,126); }

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

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

 span { border-color: rgb(170,91,126); }

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