#AA4875

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

Shades of Royal Heath #AA4875

Tints of Royal Heath #AA4875

Color information

#AA4875 (or 0xAA4875) is unknown color: approx Royal Heath. HEX triplet: AA, 48 and 75. RGB value is (170,72,117). Sum of RGB (Red+Green+Blue) = 170+72+117=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4875 is #55B78A. Grayscale: #6A6A6A. Windows color (decimal): -5617547 or 7686314. OLE color: 7686314.

HSL color Cylindrical-coordinate representation of color #AA4875: hue angle of 332.45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4875 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17072117-
CMYK00.580.310.33
HSL332.45º40.5%47.45%-
HSV(B)332.45º57.65%66.67%-
XYZ22.1114.4718.46-
YUV106.43133.97173.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=47.35%
G=20.06%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707211700.580.310.33332.4540.547.45
HexAA487503A1F2114c282f
Octal25211016507237415145057
Binary1010101010010001110101011101011111100001101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4875; }

 p { color: rgb(170,72,117); }

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

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

 a { background-color: rgb(170,72,117); }

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

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

 span { border-color: rgb(170,72,117); }

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