#A04677

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

Shades of Royal Heath #A04677

Tints of Royal Heath #A04677

Color information

#A04677 (or 0xA04677) is unknown color: approx Royal Heath. HEX triplet: A0, 46 and 77. RGB value is (160,70,119). Sum of RGB (Red+Green+Blue) = 160+70+119=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A04677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04677 is #5FB988. Grayscale: #666666. Windows color (decimal): -6273417 or 7816864. OLE color: 7816864.

HSL color Cylindrical-coordinate representation of color #A04677: hue angle of 327.33º 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 #A04677 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16070119-
CMYK00.560.260.37
HSL327.33º39.13%45.1%-
HSV(B)327.33º56.25%62.75%-
XYZ20.0213.1918.94-
YUV102.5137.32169.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=45.85%
G=20.06%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607011900.560.260.37327.3339.1345.1
HexA046770381A25147272d
Octal24010616707032455074755
Binary1010000010001101110111011100011010100101101000111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04677; }

 p { color: rgb(160,70,119); }

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

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

 a { background-color: rgb(160,70,119); }

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

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

 span { border-color: rgb(160,70,119); }

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