#a65978

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

Shades of Royal Heath #A65978

Tints of Royal Heath #A65978

Color information

#A65978 (or 0xA65978) is unknown color: approx Royal Heath. HEX triplet: A6, 59 and 78. RGB value is (166,89,120). Sum of RGB (Red+Green+Blue) = 166+89+120=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A65978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65978 is #59A687. Grayscale: #737373. Windows color (decimal): -5875336 or 7887270. OLE color: 7887270.

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

Color convert

RGB16689120-
CMYK00.460.280.35
HSL335.84º30.2%50%-
HSV(B)335.84º46.39%65.1%-
XYZ22.6916.6119.78-
YUV115.56130.51163.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 120 (47.27% from 255) = 32%
R=44.27%
G=23.73%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668912000.460.280.35335.8430.250
HexA6597802E1C231501e32
Octal24613117005634435203662
Binary101001101011001111100001011101110010001110101000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65978; }

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

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

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

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

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

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

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

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