#A04C7A

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

Shades of Royal Heath #A04C7A

Tints of Royal Heath #A04C7A

Color information

#A04C7A (or 0xA04C7A) is unknown color: approx Royal Heath. HEX triplet: A0, 4C and 7A. RGB value is (160,76,122). Sum of RGB (Red+Green+Blue) = 160+76+122=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C7A is #5FB385. Grayscale: #6A6A6A. Windows color (decimal): -6271878 or 8015008. OLE color: 8015008.

HSL color Cylindrical-coordinate representation of color #A04C7A: hue angle of 327.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C7A is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16076122-
CMYK00.520.240.37
HSL327.14º35.59%46.27%-
HSV(B)327.14º52.5%62.75%-
XYZ20.5914.0520.04-
YUV106.36136.83166.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=44.69%
G=21.23%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607612200.520.240.37327.1435.5946.27
HexA04C7A0341825147242e
Octal24011417206430455074456
Binary1010000010011001111010011010011000100101101000111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C7A; }

 p { color: rgb(160,76,122); }

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

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

 a { background-color: rgb(160,76,122); }

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

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

 span { border-color: rgb(160,76,122); }

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