#A44177

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

Shades of Royal Heath #A44177

Tints of Royal Heath #A44177

Color information

#A44177 (or 0xA44177) is unknown color: approx Royal Heath. HEX triplet: A4, 41 and 77. RGB value is (164,65,119). Sum of RGB (Red+Green+Blue) = 164+65+119=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44177 is #5BBE88. Grayscale: #646464. Windows color (decimal): -6012553 or 7815588. OLE color: 7815588.

HSL color Cylindrical-coordinate representation of color #A44177: hue angle of 327.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44177 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16465119-
CMYK00.600.270.36
HSL327.27º43.23%44.9%-
HSV(B)327.27º60.37%64.31%-
XYZ20.5313.0118.88-
YUV100.76138.3173.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=47.13%
G=18.68%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646511900.600.270.36327.2743.2344.9
HexA4417703C1B241472b2d
Octal24410116707433445075355
Binary1010010010000011110111011110011011100100101000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44177; }

 p { color: rgb(164,65,119); }

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

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

 a { background-color: rgb(164,65,119); }

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

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

 span { border-color: rgb(164,65,119); }

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