#A74672

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

Shades of Royal Heath #A74672

Tints of Royal Heath #A74672

Color information

#A74672 (or 0xA74672) is unknown color: approx Royal Heath. HEX triplet: A7, 46 and 72. RGB value is (167,70,114). Sum of RGB (Red+Green+Blue) = 167+70+114=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A74672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74672 is #58B98D. Grayscale: #676767. Windows color (decimal): -5814670 or 7489191. OLE color: 7489191.

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

Color convert

RGB16770114-
CMYK00.580.320.35
HSL332.78º40.93%46.47%-
HSV(B)332.78º58.08%65.49%-
XYZ21.1613.8117.47-
YUV104.02133.64172.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=47.58%
G=19.94%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677011400.580.320.35332.7840.9346.47
HexA7467203A202314d292e
Octal24710616207240435155156
Binary10100111100011011100100111010100000100011101001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74672; }

 p { color: rgb(167,70,114); }

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

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

 a { background-color: rgb(167,70,114); }

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

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

 span { border-color: rgb(167,70,114); }

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