#A74F73

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

Shades of Royal Heath #A74F73

Tints of Royal Heath #A74F73

Color information

#A74F73 (or 0xA74F73) is unknown color: approx Royal Heath. HEX triplet: A7, 4F and 73. RGB value is (167,79,115). Sum of RGB (Red+Green+Blue) = 167+79+115=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F73 is #58B08C. Grayscale: #6D6D6D. Windows color (decimal): -5812365 or 7557031. OLE color: 7557031.

HSL color Cylindrical-coordinate representation of color #A74F73: hue angle of 335.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F73 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16779115-
CMYK00.530.310.35
HSL335.45º35.77%48.24%-
HSV(B)335.45º52.69%65.49%-
XYZ21.8315.0517.97-
YUV109.42131.15169.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=46.26%
G=21.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677911500.530.310.35335.4535.7748.24
HexA74F730351F2314f2430
Octal24711716306537435174460
Binary1010011110011111110011011010111111100011101001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F73; }

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

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

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

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

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

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

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

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