#A65A78

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

Shades of Royal Heath #A65A78

Tints of Royal Heath #A65A78

Color information

#A65A78 (or 0xA65A78) is unknown color: approx Royal Heath. HEX triplet: A6, 5A and 78. RGB value is (166,90,120). Sum of RGB (Red+Green+Blue) = 166+90+120=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A78 is #59A587. Grayscale: #747474. Windows color (decimal): -5875080 or 7887526. OLE color: 7887526.

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

Color convert

RGB16690120-
CMYK00.460.280.35
HSL336.32º29.92%50.2%-
HSV(B)336.32º45.78%65.1%-
XYZ22.7716.7819.81-
YUV116.14130.18163.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=44.15%
G=23.94%
B=31.91%

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
Decimal1669012000.460.280.35336.3229.9250.2
HexA65A7802E1C231501e32
Octal24613217005634435203662
Binary101001101011010111100001011101110010001110101000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A78; }

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

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

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

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

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

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

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

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