#A75472

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

Shades of Royal Heath #A75472

Tints of Royal Heath #A75472

Color information

#A75472 (or 0xA75472) is unknown color: approx Royal Heath. HEX triplet: A7, 54 and 72. RGB value is (167,84,114). Sum of RGB (Red+Green+Blue) = 167+84+114=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A75472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75472 is #58AB8D. Grayscale: #707070. Windows color (decimal): -5811086 or 7492775. OLE color: 7492775.

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

Color convert

RGB16784114-
CMYK00.500.320.35
HSL338.31º33.07%49.22%-
HSV(B)338.31º49.7%65.49%-
XYZ22.1415.7717.8-
YUV112.24129167.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=45.75%
G=23.01%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678411400.500.320.35338.3133.0749.22
HexA7547203220231522131
Octal24712416206240435224161
Binary10100111101010011100100110010100000100011101010010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75472; }

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

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

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

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

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

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

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

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