#A74F74

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

Shades of Royal Heath #A74F74

Tints of Royal Heath #A74F74

Color information

#A74F74 (or 0xA74F74) is unknown color: approx Royal Heath. HEX triplet: A7, 4F and 74. RGB value is (167,79,116). Sum of RGB (Red+Green+Blue) = 167+79+116=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F74 is #58B08B. Grayscale: #6D6D6D. Windows color (decimal): -5812364 or 7622567. OLE color: 7622567.

HSL color Cylindrical-coordinate representation of color #A74F74: hue angle of 334.77º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F74 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16779116-
CMYK00.530.310.35
HSL334.77º35.77%48.24%-
HSV(B)334.77º52.69%65.49%-
XYZ21.8815.0718.28-
YUV109.53131.65168.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=46.13%
G=21.82%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677911600.530.310.35334.7735.7748.24
HexA74F740351F2314f2430
Octal24711716406537435174460
Binary1010011110011111110100011010111111100011101001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F74; }

 p { color: rgb(167,79,116); }

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

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

 a { background-color: rgb(167,79,116); }

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

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

 span { border-color: rgb(167,79,116); }

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