#AA4F7F

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

Shades of Royal Heath #AA4F7F

Tints of Royal Heath #AA4F7F

Color information

#AA4F7F (or 0xAA4F7F) is unknown color: approx Royal Heath. HEX triplet: AA, 4F and 7F. RGB value is (170,79,127). Sum of RGB (Red+Green+Blue) = 170+79+127=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F7F is #55B080. Grayscale: #6F6F6F. Windows color (decimal): -5615745 or 8343466. OLE color: 8343466.

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

Color convert

RGB17079127-
CMYK00.540.250.33
HSL328.35º36.55%48.82%-
HSV(B)328.35º53.53%66.67%-
XYZ23.215.6721.88-
YUV111.68136.65169.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 127 (50% from 255) = 33.78%
R=45.21%
G=21.01%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707912700.540.250.33328.3536.5548.82
HexAA4F7F03619211482531
Octal25211717706631415104561
Binary1010101010011111111111011011011001100001101001000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F7F; }

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

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

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

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

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

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

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

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