#A75273

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

Shades of Royal Heath #A75273

Tints of Royal Heath #A75273

Color information

#A75273 (or 0xA75273) is unknown color: approx Royal Heath. HEX triplet: A7, 52 and 73. RGB value is (167,82,115). Sum of RGB (Red+Green+Blue) = 167+82+115=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A75273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75273 is #58AD8C. Grayscale: #6F6F6F. Windows color (decimal): -5811597 or 7557799. OLE color: 7557799.

HSL color Cylindrical-coordinate representation of color #A75273: hue angle of 336.71º degrees, saturation: 0.34, 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 #A75273 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16782115-
CMYK00.510.310.35
HSL336.71º34.14%48.82%-
HSV(B)336.71º50.9%65.49%-
XYZ22.0515.4918.05-
YUV111.18130.16167.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=45.88%
G=22.53%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678211500.510.310.35336.7134.1448.82
HexA752730331F231512231
Octal24712216306337435214261
Binary1010011110100101110011011001111111100011101010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75273; }

 p { color: rgb(167,82,115); }

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

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

 a { background-color: rgb(167,82,115); }

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

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

 span { border-color: rgb(167,82,115); }

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