#A74575

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

Shades of Royal Heath #A74575

Tints of Royal Heath #A74575

Color information

#A74575 (or 0xA74575) is unknown color: approx Royal Heath. HEX triplet: A7, 45 and 75. RGB value is (167,69,117). Sum of RGB (Red+Green+Blue) = 167+69+117=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A74575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74575 is #58BA8A. Grayscale: #676767. Windows color (decimal): -5814923 or 7685543. OLE color: 7685543.

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

Color convert

RGB16769117-
CMYK00.590.300.35
HSL330.61º41.53%46.27%-
HSV(B)330.61º58.68%65.49%-
XYZ21.2813.7618.36-
YUV103.77135.47173.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=47.31%
G=19.55%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676911700.590.300.35330.6141.5346.27
HexA7457503B1E2314b2a2e
Octal24710516507336435135256
Binary1010011110001011110101011101111110100011101001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74575; }

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

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

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

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

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

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

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

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