#a74f79

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

Shades of Royal Heath #A74F79

Tints of Royal Heath #A74F79

Color information

#A74F79 (or 0xA74F79) is unknown color: approx Royal Heath. HEX triplet: A7, 4F and 79. RGB value is (167,79,121). Sum of RGB (Red+Green+Blue) = 167+79+121=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F79 is #58B086. Grayscale: #6E6E6E. Windows color (decimal): -5812359 or 7950247. OLE color: 7950247.

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

Color convert

RGB16779121-
CMYK00.530.280.35
HSL331.36º35.77%48.24%-
HSV(B)331.36º52.69%65.49%-
XYZ22.1815.1919.85-
YUV110.1134.15168.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=45.50%
G=21.53%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677912100.530.280.35331.3635.7748.24
HexA74F790351C2314b2430
Octal24711717106534435134460
Binary1010011110011111111001011010111100100011101001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74f79; }

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

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

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

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

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

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

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

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