#AA4F7B

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

Shades of Royal Heath #AA4F7B

Tints of Royal Heath #AA4F7B

Color information

#AA4F7B (or 0xAA4F7B) is unknown color: approx Royal Heath. HEX triplet: AA, 4F and 7B. RGB value is (170,79,123). Sum of RGB (Red+Green+Blue) = 170+79+123=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F7B is #55B084. Grayscale: #6F6F6F. Windows color (decimal): -5615749 or 8081322. OLE color: 8081322.

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

Color convert

RGB17079123-
CMYK00.540.280.33
HSL330.99º36.55%48.82%-
HSV(B)330.99º53.53%66.67%-
XYZ22.9515.5720.53-
YUV111.22134.65169.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=45.70%
G=21.24%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707912300.540.280.33330.9936.5548.82
HexAA4F7B0361C2114b2531
Octal25211717306634415134561
Binary1010101010011111111011011011011100100001101001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F7B; }

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

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

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

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

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

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

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

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