#A04F7A

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

Shades of Royal Heath #A04F7A

Tints of Royal Heath #A04F7A

Color information

#A04F7A (or 0xA04F7A) is unknown color: approx Royal Heath. HEX triplet: A0, 4F and 7A. RGB value is (160,79,122). Sum of RGB (Red+Green+Blue) = 160+79+122=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F7A is #5FB085. Grayscale: #6C6C6C. Windows color (decimal): -6271110 or 8015776. OLE color: 8015776.

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

Color convert

RGB16079122-
CMYK00.510.240.37
HSL328.15º33.89%46.86%-
HSV(B)328.15º50.63%62.75%-
XYZ20.8114.4720.11-
YUV108.12135.84165-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=44.32%
G=21.88%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607912200.510.240.37328.1533.8946.86
HexA04F7A0331825148222f
Octal24011717206330455104257
Binary1010000010011111111010011001111000100101101001000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F7A; }

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

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

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

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

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

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

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

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