#AA4A7A

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

Shades of Royal Heath #AA4A7A

Tints of Royal Heath #AA4A7A

Color information

#AA4A7A (or 0xAA4A7A) is unknown color: approx Royal Heath. HEX triplet: AA, 4A and 7A. RGB value is (170,74,122). Sum of RGB (Red+Green+Blue) = 170+74+122=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7A is #55B585. Grayscale: #6C6C6C. Windows color (decimal): -5617030 or 8014506. OLE color: 8014506.

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

Color convert

RGB17074122-
CMYK00.560.280.33
HSL330º39.34%47.84%-
HSV(B)330º56.47%66.67%-
XYZ22.5414.8520.09-
YUV108.18135.8172.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=46.45%
G=20.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707412200.560.280.3333039.3447.84
HexAA4A7A0381C2114a2730
Octal25211217207034415124760
Binary1010101010010101111010011100011100100001101001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A7A; }

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

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

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

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

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

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

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

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