#A44C75

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

Shades of Royal Heath #A44C75

Tints of Royal Heath #A44C75

Color information

#A44C75 (or 0xA44C75) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 75. RGB value is (164,76,117). Sum of RGB (Red+Green+Blue) = 164+76+117=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C75 is #5BB38A. Grayscale: #6A6A6A. Windows color (decimal): -6009739 or 7687332. OLE color: 7687332.

HSL color Cylindrical-coordinate representation of color #A44C75: hue angle of 332.05º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C75 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16476117-
CMYK00.540.290.36
HSL332.05º36.67%47.06%-
HSV(B)332.05º53.66%64.31%-
XYZ21.1114.3518.49-
YUV106.99133.65168.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=45.94%
G=21.29%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647611700.540.290.36332.0536.6747.06
HexA44C750361D2414c252f
Octal24411416506635445144557
Binary1010010010011001110101011011011101100100101001100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C75; }

 p { color: rgb(164,76,117); }

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

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

 a { background-color: rgb(164,76,117); }

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

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

 span { border-color: rgb(164,76,117); }

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