#AA4A7B

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

Shades of Royal Heath #AA4A7B

Tints of Royal Heath #AA4A7B

Color information

#AA4A7B (or 0xAA4A7B) is unknown color: approx Royal Heath. HEX triplet: AA, 4A and 7B. RGB value is (170,74,123). Sum of RGB (Red+Green+Blue) = 170+74+123=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A7B is #55B584. Grayscale: #6C6C6C. Windows color (decimal): -5617029 or 8080042. OLE color: 8080042.

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

Color convert

RGB17074123-
CMYK00.560.280.33
HSL329.38º39.34%47.84%-
HSV(B)329.38º56.47%66.67%-
XYZ22.614.8720.42-
YUV108.29136.3172.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=46.32%
G=20.16%
B=33.51%

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
Decimal1707412300.560.280.33329.3839.3447.84
HexAA4A7B0381C211492730
Octal25211217307034415114760
Binary1010101010010101111011011100011100100001101001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A7B; }

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

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

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

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

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

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

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

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