#A75A78

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

Shades of Royal Heath #A75A78

Tints of Royal Heath #A75A78

Color information

#A75A78 (or 0xA75A78) is unknown color: approx Royal Heath. HEX triplet: A7, 5A and 78. RGB value is (167,90,120). Sum of RGB (Red+Green+Blue) = 167+90+120=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A78 is #58A587. Grayscale: #747474. Windows color (decimal): -5809544 or 7887527. OLE color: 7887527.

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

Color convert

RGB16790120-
CMYK00.460.280.35
HSL336.62º30.43%50.39%-
HSV(B)336.62º46.11%65.49%-
XYZ22.9816.8819.82-
YUV116.44130.01164.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=44.30%
G=23.87%
B=31.83%

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
Decimal1679012000.460.280.35336.6230.4350.39
HexA75A7802E1C231511e32
Octal24713217005634435213662
Binary101001111011010111100001011101110010001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A78; }

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

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

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

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

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

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

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

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