#A54772

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

Shades of Royal Heath #A54772

Tints of Royal Heath #A54772

Color information

#A54772 (or 0xA54772) is unknown color: approx Royal Heath. HEX triplet: A5, 47 and 72. RGB value is (165,71,114). Sum of RGB (Red+Green+Blue) = 165+71+114=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54772 is #5AB88D. Grayscale: #676767. Windows color (decimal): -5945486 or 7489445. OLE color: 7489445.

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

Color convert

RGB16571114-
CMYK00.570.310.35
HSL332.55º39.83%46.27%-
HSV(B)332.55º56.97%64.71%-
XYZ20.8113.7217.47-
YUV104.01133.64171.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=47.14%
G=20.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657111400.570.310.35332.5539.8346.27
HexA547720391F2314d282e
Octal24510716207137435155056
Binary1010010110001111110010011100111111100011101001101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54772; }

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

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

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

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

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

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

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

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