#A54776

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

Shades of Royal Heath #A54776

Tints of Royal Heath #A54776

Color information

#A54776 (or 0xA54776) is unknown color: approx Royal Heath. HEX triplet: A5, 47 and 76. RGB value is (165,71,118). Sum of RGB (Red+Green+Blue) = 165+71+118=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A54776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54776 is #5AB889. Grayscale: #686868. Windows color (decimal): -5945482 or 7751589. OLE color: 7751589.

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

Color convert

RGB16571118-
CMYK00.570.280.35
HSL330º39.83%46.27%-
HSV(B)330º56.97%64.71%-
XYZ21.0413.8118.7-
YUV104.46135.64171.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=46.61%
G=20.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657111800.570.280.3533039.8346.27
HexA547760391C2314a282e
Octal24510716607134435125056
Binary1010010110001111110110011100111100100011101001010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54776; }

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

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

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

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

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

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

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

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