#A74671

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

Shades of Royal Heath #A74671

Tints of Royal Heath #A74671

Color information

#A74671 (or 0xA74671) is unknown color: approx Royal Heath. HEX triplet: A7, 46 and 71. RGB value is (167,70,113). Sum of RGB (Red+Green+Blue) = 167+70+113=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74671 is #58B98E. Grayscale: #676767. Windows color (decimal): -5814671 or 7423655. OLE color: 7423655.

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

Color convert

RGB16770113-
CMYK00.580.320.35
HSL333.4º40.93%46.47%-
HSV(B)333.4º58.08%65.49%-
XYZ21.1113.7917.17-
YUV103.9133.14173-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=47.71%
G=20%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677011300.580.320.35333.440.9346.47
HexA7467103A202314d292e
Octal24710616107240435155156
Binary10100111100011011100010111010100000100011101001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74671; }

 p { color: rgb(167,70,113); }

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

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

 a { background-color: rgb(167,70,113); }

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

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

 span { border-color: rgb(167,70,113); }

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