#A55B77

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

Shades of Royal Heath #A55B77

Tints of Royal Heath #A55B77

Color information

#A55B77 (or 0xA55B77) is unknown color: approx Royal Heath. HEX triplet: A5, 5B and 77. RGB value is (165,91,119). Sum of RGB (Red+Green+Blue) = 165+91+119=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B77 is #5AA488. Grayscale: #747474. Windows color (decimal): -5940361 or 7822245. OLE color: 7822245.

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

Color convert

RGB16591119-
CMYK00.450.280.35
HSL337.3º29.13%50.2%-
HSV(B)337.3º44.85%64.71%-
XYZ22.5916.8119.51-
YUV116.32129.52162.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=44%
G=24.27%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659111900.450.280.35337.329.1350.2
HexA55B7702D1C231511d32
Octal24513316705534435213562
Binary101001011011011111011101011011110010001110101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B77; }

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

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

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

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

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

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

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

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