#A54D76

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

Shades of Royal Heath #A54D76

Tints of Royal Heath #A54D76

Color information

#A54D76 (or 0xA54D76) is unknown color: approx Royal Heath. HEX triplet: A5, 4D and 76. RGB value is (165,77,118). Sum of RGB (Red+Green+Blue) = 165+77+118=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D76 is #5AB289. Grayscale: #6B6B6B. Windows color (decimal): -5943946 or 7753125. OLE color: 7753125.

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

Color convert

RGB16577118-
CMYK00.530.280.35
HSL332.05º36.36%47.45%-
HSV(B)332.05º53.33%64.71%-
XYZ21.4414.6218.83-
YUV107.99133.65168.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=45.83%
G=21.39%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657711800.530.280.35332.0536.3647.45
HexA54D760351C2314c242f
Octal24511516606534435144457
Binary1010010110011011110110011010111100100011101001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D76; }

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

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

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

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

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

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

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

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