#A74771

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

Shades of Royal Heath #A74771

Tints of Royal Heath #A74771

Color information

#A74771 (or 0xA74771) is unknown color: approx Royal Heath. HEX triplet: A7, 47 and 71. RGB value is (167,71,113). Sum of RGB (Red+Green+Blue) = 167+71+113=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A74771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74771 is #58B88E. Grayscale: #686868. Windows color (decimal): -5814415 or 7423911. OLE color: 7423911.

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

Color convert

RGB16771113-
CMYK00.570.320.35
HSL333.75º40.34%46.67%-
HSV(B)333.75º57.49%65.49%-
XYZ21.1713.9117.19-
YUV104.49132.8172.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=47.58%
G=20.23%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677111300.570.320.35333.7540.3446.67
HexA74771039202314e282f
Octal24710716107140435165057
Binary10100111100011111100010111001100000100011101001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74771; }

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

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

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

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

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

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

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

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