#A74976

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

Shades of Royal Heath #A74976

Tints of Royal Heath #A74976

Color information

#A74976 (or 0xA74976) is unknown color: approx Royal Heath. HEX triplet: A7, 49 and 76. RGB value is (167,73,118). Sum of RGB (Red+Green+Blue) = 167+73+118=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A74976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74976 is #58B689. Grayscale: #6A6A6A. Windows color (decimal): -5813898 or 7752103. OLE color: 7752103.

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

Color convert

RGB16773118-
CMYK00.560.290.35
HSL331.28º39.17%47.06%-
HSV(B)331.28º56.29%65.49%-
XYZ21.5914.2918.76-
YUV106.24134.64171.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=46.65%
G=20.39%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677311800.560.290.35331.2839.1747.06
HexA749760381D2314b272f
Octal24711116607035435134757
Binary1010011110010011110110011100011101100011101001011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74976; }

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

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

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

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

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

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

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

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