#A54778

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

Shades of Royal Heath #A54778

Tints of Royal Heath #A54778

Color information

#A54778 (or 0xA54778) is unknown color: approx Royal Heath. HEX triplet: A5, 47 and 78. RGB value is (165,71,120). Sum of RGB (Red+Green+Blue) = 165+71+120=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A54778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54778 is #5AB887. Grayscale: #686868. Windows color (decimal): -5945480 or 7882661. OLE color: 7882661.

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

Color convert

RGB16571120-
CMYK00.570.270.35
HSL328.72º39.83%46.27%-
HSV(B)328.72º56.97%64.71%-
XYZ21.1613.8619.33-
YUV104.69136.64171.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=46.35%
G=19.94%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657112000.570.270.35328.7239.8346.27
HexA547780391B23149282e
Octal24510717007133435115056
Binary1010010110001111111000011100111011100011101001001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54778; }

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

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

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

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

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

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

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

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