#AA4D7D

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

Shades of Royal Heath #AA4D7D

Tints of Royal Heath #AA4D7D

Color information

#AA4D7D (or 0xAA4D7D) is unknown color: approx Royal Heath. HEX triplet: AA, 4D and 7D. RGB value is (170,77,125). Sum of RGB (Red+Green+Blue) = 170+77+125=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D7D is #55B282. Grayscale: #6E6E6E. Windows color (decimal): -5616259 or 8211882. OLE color: 8211882.

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

Color convert

RGB17077125-
CMYK00.550.260.33
HSL329.03º37.65%48.43%-
HSV(B)329.03º54.71%66.67%-
XYZ22.9315.3321.15-
YUV110.28136.31170.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=45.70%
G=20.70%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707712500.550.260.33329.0337.6548.43
HexAA4D7D0371A211492630
Octal25211517506732415114660
Binary1010101010011011111101011011111010100001101001001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D7D; }

 p { color: rgb(170,77,125); }

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

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

 a { background-color: rgb(170,77,125); }

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

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

 span { border-color: rgb(170,77,125); }

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