#A54877

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

Shades of Royal Heath #A54877

Tints of Royal Heath #A54877

Color information

#A54877 (or 0xA54877) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 77. RGB value is (165,72,119). Sum of RGB (Red+Green+Blue) = 165+72+119=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A54877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54877 is #5AB788. Grayscale: #696969. Windows color (decimal): -5945225 or 7817381. OLE color: 7817381.

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

Color convert

RGB16572119-
CMYK00.560.280.35
HSL329.68º39.24%46.47%-
HSV(B)329.68º56.36%64.71%-
XYZ21.1613.9719.03-
YUV105.16135.81170.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=46.35%
G=20.22%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657211900.560.280.35329.6839.2446.47
HexA548770381C2314a272e
Octal24511016707034435124756
Binary1010010110010001110111011100011100100011101001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54877; }

 p { color: rgb(165,72,119); }

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

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

 a { background-color: rgb(165,72,119); }

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

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

 span { border-color: rgb(165,72,119); }

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