#A75170

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

Shades of Royal Heath #A75170

Tints of Royal Heath #A75170

Color information

#A75170 (or 0xA75170) is unknown color: approx Royal Heath. HEX triplet: A7, 51 and 70. RGB value is (167,81,112). Sum of RGB (Red+Green+Blue) = 167+81+112=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A75170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75170 is #58AE8F. Grayscale: #6E6E6E. Windows color (decimal): -5811856 or 7360935. OLE color: 7360935.

HSL color Cylindrical-coordinate representation of color #A75170: hue angle of 338.37º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75170 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16781112-
CMYK00.510.330.35
HSL338.37º34.68%48.63%-
HSV(B)338.37º51.5%65.49%-
XYZ21.815.2717.13-
YUV110.25128.99168.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=46.39%
G=22.5%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678111200.510.330.35338.3734.6848.63
HexA7517003321231522331
Octal24712116006341435224361
Binary10100111101000111100000110011100001100011101010010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75170; }

 p { color: rgb(167,81,112); }

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

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

 a { background-color: rgb(167,81,112); }

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

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

 span { border-color: rgb(167,81,112); }

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