#A54579

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

Shades of Royal Heath #A54579

Tints of Royal Heath #A54579

Color information

#A54579 (or 0xA54579) is unknown color: approx Royal Heath. HEX triplet: A5, 45 and 79. RGB value is (165,69,121). Sum of RGB (Red+Green+Blue) = 165+69+121=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A54579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54579 is #5ABA86. Grayscale: #676767. Windows color (decimal): -5945991 or 7947685. OLE color: 7947685.

HSL color Cylindrical-coordinate representation of color #A54579: hue angle of 327.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54579 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16569121-
CMYK00.580.270.35
HSL327.5º41.03%45.88%-
HSV(B)327.5º58.18%64.71%-
XYZ21.113.6419.61-
YUV103.63137.8171.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=46.48%
G=19.44%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656912100.580.270.35327.541.0345.88
HexA5457903A1B23148292e
Octal24510517107233435105156
Binary1010010110001011111001011101011011100011101001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54579; }

 p { color: rgb(165,69,121); }

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

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

 a { background-color: rgb(165,69,121); }

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

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

 span { border-color: rgb(165,69,121); }

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