#A04679

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

Shades of Royal Heath #A04679

Tints of Royal Heath #A04679

Color information

#A04679 (or 0xA04679) is unknown color: approx Royal Heath. HEX triplet: A0, 46 and 79. RGB value is (160,70,121). Sum of RGB (Red+Green+Blue) = 160+70+121=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A04679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04679 is #5FB986. Grayscale: #666666. Windows color (decimal): -6273415 or 7947936. OLE color: 7947936.

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

Color convert

RGB16070121-
CMYK00.560.240.37
HSL326º39.13%45.1%-
HSV(B)326º56.25%62.75%-
XYZ20.1413.2319.58-
YUV102.72138.32168.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=45.58%
G=19.94%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607012100.560.240.3732639.1345.1
HexA046790381825146272d
Octal24010617107030455064755
Binary1010000010001101111001011100011000100101101000110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04679; }

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

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

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

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

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

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

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

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