#A75475

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

Shades of Royal Heath #A75475

Tints of Royal Heath #A75475

Color information

#A75475 (or 0xA75475) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 75. RGB value is (167,84,117). Sum of RGB (Red+Green+Blue) = 167+84+117=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A75475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75475 is #58AB8A. Grayscale: #707070. Windows color (decimal): -5811083 or 7689383. OLE color: 7689383.

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

Color convert

RGB16784117-
CMYK00.500.300.35
HSL336.14º33.07%49.22%-
HSV(B)336.14º49.7%65.49%-
XYZ22.3215.8418.71-
YUV112.58130.5166.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=45.38%
G=22.83%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678411700.500.300.35336.1433.0749.22
HexA754750321E231502131
Octal24712416506236435204161
Binary1010011110101001110101011001011110100011101010000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75475; }

 p { color: rgb(167,84,117); }

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

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

 a { background-color: rgb(167,84,117); }

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

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

 span { border-color: rgb(167,84,117); }

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