#AA4B7F

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

Shades of Royal Heath #AA4B7F

Tints of Royal Heath #AA4B7F

Color information

#AA4B7F (or 0xAA4B7F) is unknown color: approx Royal Heath. HEX triplet: AA, 4B and 7F. RGB value is (170,75,127). Sum of RGB (Red+Green+Blue) = 170+75+127=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B7F is #55B480. Grayscale: #6D6D6D. Windows color (decimal): -5616769 or 8342442. OLE color: 8342442.

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

Color convert

RGB17075127-
CMYK00.560.250.33
HSL327.16º38.78%48.04%-
HSV(B)327.16º55.88%66.67%-
XYZ22.9215.1121.79-
YUV109.33137.97171.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 127 (50% from 255) = 34.14%
R=45.70%
G=20.16%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707512700.560.250.33327.1638.7848.04
HexAA4B7F03819211472730
Octal25211317707031415074760
Binary1010101010010111111111011100011001100001101000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B7F; }

 p { color: rgb(170,75,127); }

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

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

 a { background-color: rgb(170,75,127); }

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

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

 span { border-color: rgb(170,75,127); }

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