#A54979

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

Shades of Royal Heath #A54979

Tints of Royal Heath #A54979

Color information

#A54979 (or 0xA54979) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 79. RGB value is (165,73,121). Sum of RGB (Red+Green+Blue) = 165+73+121=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A54979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54979 is #5AB686. Grayscale: #696969. Windows color (decimal): -5944967 or 7948709. OLE color: 7948709.

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

Color convert

RGB16573121-
CMYK00.560.270.35
HSL328.7º38.66%46.67%-
HSV(B)328.7º55.76%64.71%-
XYZ21.3514.1419.69-
YUV105.98136.48170.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=45.96%
G=20.33%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657312100.560.270.35328.738.6646.67
HexA549790381B23149272f
Octal24511117107033435114757
Binary1010010110010011111001011100011011100011101001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54979; }

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

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

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

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

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

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

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

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