#A74E70

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

Shades of Royal Heath #A74E70

Tints of Royal Heath #A74E70

Color information

#A74E70 (or 0xA74E70) is unknown color: approx Royal Heath. HEX triplet: A7, 4E and 70. RGB value is (167,78,112). Sum of RGB (Red+Green+Blue) = 167+78+112=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74E70 is #58B18F. Grayscale: #6C6C6C. Windows color (decimal): -5812624 or 7360167. OLE color: 7360167.

HSL color Cylindrical-coordinate representation of color #A74E70: hue angle of 337.08º 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 #A74E70 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16778112-
CMYK00.530.330.35
HSL337.08º36.33%48.04%-
HSV(B)337.08º53.29%65.49%-
XYZ21.5914.8317.05-
YUV108.49129.99169.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=46.78%
G=21.85%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677811200.530.330.35337.0836.3348.04
HexA74E7003521231512430
Octal24711616006541435214460
Binary10100111100111011100000110101100001100011101010001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E70; }

 p { color: rgb(167,78,112); }

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

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

 a { background-color: rgb(167,78,112); }

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

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

 span { border-color: rgb(167,78,112); }

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