#A54978

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

Shades of Royal Heath #A54978

Tints of Royal Heath #A54978

Color information

#A54978 (or 0xA54978) is unknown color: approx Royal Heath. HEX triplet: A5, 49 and 78. RGB value is (165,73,120). Sum of RGB (Red+Green+Blue) = 165+73+120=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A54978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54978 is #5AB687. Grayscale: #696969. Windows color (decimal): -5944968 or 7883173. OLE color: 7883173.

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

Color convert

RGB16573120-
CMYK00.560.270.35
HSL329.35º38.66%46.67%-
HSV(B)329.35º55.76%64.71%-
XYZ21.2914.1219.37-
YUV105.87135.98170.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=46.09%
G=20.39%
B=33.52%

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
Decimal1657312000.560.270.35329.3538.6646.67
HexA549780381B23149272f
Octal24511117007033435114757
Binary1010010110010011111000011100011011100011101001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54978; }

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

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

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

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

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

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

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

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