#A54F77

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

Shades of Royal Heath #A54F77

Tints of Royal Heath #A54F77

Color information

#A54F77 (or 0xA54F77) is unknown color: approx Royal Heath. HEX triplet: A5, 4F and 77. RGB value is (165,79,119). Sum of RGB (Red+Green+Blue) = 165+79+119=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F77 is #5AB088. Grayscale: #6D6D6D. Windows color (decimal): -5943433 or 7819173. OLE color: 7819173.

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

Color convert

RGB16579119-
CMYK00.520.280.35
HSL332.09º35.25%47.84%-
HSV(B)332.09º52.12%64.71%-
XYZ21.6414.9219.19-
YUV109.27133.49167.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=45.45%
G=21.76%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657911900.520.280.35332.0935.2547.84
HexA54F770341C2314c2330
Octal24511716706434435144360
Binary1010010110011111110111011010011100100011101001100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F77; }

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

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

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

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

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

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

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

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