#A04775

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

Shades of Royal Heath #A04775

Tints of Royal Heath #A04775

Color information

#A04775 (or 0xA04775) is unknown color: approx Royal Heath. HEX triplet: A0, 47 and 75. RGB value is (160,71,117). Sum of RGB (Red+Green+Blue) = 160+71+117=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04775 is #5FB88A. Grayscale: #666666. Windows color (decimal): -6273163 or 7686048. OLE color: 7686048.

HSL color Cylindrical-coordinate representation of color #A04775: hue angle of 328.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04775 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16071117-
CMYK00.560.270.37
HSL328.99º38.53%45.29%-
HSV(B)328.99º55.62%62.75%-
XYZ19.9613.2618.34-
YUV102.85135.99168.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=45.98%
G=20.40%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607111700.560.270.37328.9938.5345.29
HexA047750381B25149272d
Octal24010716507033455114755
Binary1010000010001111110101011100011011100101101001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04775; }

 p { color: rgb(160,71,117); }

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

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

 a { background-color: rgb(160,71,117); }

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

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

 span { border-color: rgb(160,71,117); }

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