#A54079

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

Shades of Royal Heath #A54079

Tints of Royal Heath #A54079

Color information

#A54079 (or 0xA54079) is unknown color: approx Royal Heath. HEX triplet: A5, 40 and 79. RGB value is (165,64,121). Sum of RGB (Red+Green+Blue) = 165+64+121=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54079 is #5ABF86. Grayscale: #646464. Windows color (decimal): -5947271 or 7946405. OLE color: 7946405.

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

Color convert

RGB16564121-
CMYK00.610.270.35
HSL326.14º44.1%44.9%-
HSV(B)326.14º61.21%64.71%-
XYZ20.813.0519.51-
YUV100.7139.46173.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=47.14%
G=18.29%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656412100.610.270.35326.1444.144.9
HexA5407903D1B231462c2d
Octal24510017107533435065455
Binary1010010110000001111001011110111011100011101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54079; }

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

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

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

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

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

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

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

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