#A65B78

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

Shades of Royal Heath #A65B78

Tints of Royal Heath #A65B78

Color information

#A65B78 (or 0xA65B78) is unknown color: approx Royal Heath. HEX triplet: A6, 5B and 78. RGB value is (166,91,120). Sum of RGB (Red+Green+Blue) = 166+91+120=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B78 is #59A487. Grayscale: #747474. Windows color (decimal): -5874824 or 7887782. OLE color: 7887782.

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

Color convert

RGB16691120-
CMYK00.450.280.35
HSL336.8º29.64%50.39%-
HSV(B)336.8º45.18%65.1%-
XYZ22.8616.9519.84-
YUV116.73129.85163.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=44.03%
G=24.14%
B=31.83%

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
Decimal1669112000.450.280.35336.829.6450.39
HexA65B7802D1C231511e32
Octal24613317005534435213662
Binary101001101011011111100001011011110010001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B78; }

 p { color: rgb(166,91,120); }

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

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

 a { background-color: rgb(166,91,120); }

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

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

 span { border-color: rgb(166,91,120); }

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