#A44475

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

Shades of Royal Heath #A44475

Tints of Royal Heath #A44475

Color information

#A44475 (or 0xA44475) is unknown color: approx Royal Heath. HEX triplet: A4, 44 and 75. RGB value is (164,68,117). Sum of RGB (Red+Green+Blue) = 164+68+117=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44475 is #5BBB8A. Grayscale: #666666. Windows color (decimal): -6011787 or 7685284. OLE color: 7685284.

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

Color convert

RGB16468117-
CMYK00.590.290.36
HSL329.38º41.38%45.49%-
HSV(B)329.38º58.54%64.31%-
XYZ20.5913.3118.31-
YUV102.29136.3172.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=46.99%
G=19.48%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646811700.590.290.36329.3841.3845.49
HexA4447503B1D24149292d
Octal24410416507335445115155
Binary1010010010001001110101011101111101100100101001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44475; }

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

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

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

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

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

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

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

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