#A74572

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

Shades of Royal Heath #A74572

Tints of Royal Heath #A74572

Color information

#A74572 (or 0xA74572) is unknown color: approx Royal Heath. HEX triplet: A7, 45 and 72. RGB value is (167,69,114). Sum of RGB (Red+Green+Blue) = 167+69+114=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74572 is #58BA8D. Grayscale: #676767. Windows color (decimal): -5814926 or 7488935. OLE color: 7488935.

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

Color convert

RGB16769114-
CMYK00.590.320.35
HSL332.45º41.53%46.27%-
HSV(B)332.45º58.68%65.49%-
XYZ21.113.6917.45-
YUV103.43133.97173.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=47.71%
G=19.71%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676911400.590.320.35332.4541.5346.27
HexA7457203B202314c2a2e
Octal24710516207340435145256
Binary10100111100010111100100111011100000100011101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74572; }

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

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

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

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

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

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

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

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