#A74B71

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

Shades of Royal Heath #A74B71

Tints of Royal Heath #A74B71

Color information

#A74B71 (or 0xA74B71) is unknown color: approx Royal Heath. HEX triplet: A7, 4B and 71. RGB value is (167,75,113). Sum of RGB (Red+Green+Blue) = 167+75+113=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B71 is #58B48E. Grayscale: #6A6A6A. Windows color (decimal): -5813391 or 7424935. OLE color: 7424935.

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

Color convert

RGB16775113-
CMYK00.550.320.35
HSL335.22º38.02%47.45%-
HSV(B)335.22º55.09%65.49%-
XYZ21.4314.4417.28-
YUV106.84131.48170.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=47.04%
G=21.13%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677511300.550.320.35335.2238.0247.45
HexA74B71037202314f262f
Octal24711316106740435174657
Binary10100111100101111100010110111100000100011101001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B71; }

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

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

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

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

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

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

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

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