#A74076

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

Shades of Royal Heath #A74076

Tints of Royal Heath #A74076

Color information

#A74076 (or 0xA74076) is unknown color: approx Royal Heath. HEX triplet: A7, 40 and 76. RGB value is (167,64,118). Sum of RGB (Red+Green+Blue) = 167+64+118=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A74076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74076 is #58BF89. Grayscale: #646464. Windows color (decimal): -5816202 or 7749799. OLE color: 7749799.

HSL color Cylindrical-coordinate representation of color #A74076: hue angle of 328.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74076 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16764118-
CMYK00.620.290.35
HSL328.54º44.59%45.29%-
HSV(B)328.54º61.68%65.49%-
XYZ21.0413.1918.58-
YUV100.95137.62175.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=47.85%
G=18.34%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676411800.620.290.35328.5444.5945.29
HexA7407603E1D231492d2d
Octal24710016607635435115555
Binary1010011110000001110110011111011101100011101001001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74076; }

 p { color: rgb(167,64,118); }

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

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

 a { background-color: rgb(167,64,118); }

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

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

 span { border-color: rgb(167,64,118); }

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