#A74473

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

Shades of Royal Heath #A74473

Tints of Royal Heath #A74473

Color information

#A74473 (or 0xA74473) is unknown color: approx Royal Heath. HEX triplet: A7, 44 and 73. RGB value is (167,68,115). Sum of RGB (Red+Green+Blue) = 167+68+115=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74473 is #58BB8C. Grayscale: #666666. Windows color (decimal): -5815181 or 7554215. OLE color: 7554215.

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

Color convert

RGB16768115-
CMYK00.590.310.35
HSL331.52º42.13%46.08%-
HSV(B)331.52º59.28%65.49%-
XYZ21.113.5917.73-
YUV102.96134.8173.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=47.71%
G=19.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676811500.590.310.35331.5242.1346.08
HexA7447303B1F2314c2a2e
Octal24710416307337435145256
Binary1010011110001001110011011101111111100011101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74473; }

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

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

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

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

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

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

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

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