Html Css Color HEX #A74D79 Royal Heath

📋 copy color: '#A74D79'

red 167 ◦ green 77 ◦ blue 121

#A74D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A74D79

Tints of Royal Heath #A74D79

RGB

 RED value IS 167 (65.63% from 255) = 45.75%

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 45.75%
G = 21.1%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A74D79 (or 0xA74D79) is known color: Royal Heath. HEX triplet: A7, 4D and 79. RGB value is (167,77,121). Sum of RGB (Red+Green+Blue) = 167+77+121=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74D79 is #58B286. Grayscale: #6C6C6C. Windows color (decimal): -5812871 or 7949735. OLE color: 7949735.

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

Color convert

RGB 167 77 121 -
CMYK 0 0.54 0.28 0.35
HSL 330.67º 0.37% 0.48% -
HSV(B) 330.67º 0.54% 0.65% -
XYZ 22.04 14.9 19.8 -
YUV 108.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 167 77 121 0 0.54 0.28 0.35 330.67 0.37 0.48
Hex A7 4D 79 0 36 1C 23 14B 25 30
Octal 247 115 171 0 66 34 43 513 45 60
Binary 10100111 1001101 1111001 0 110110 11100 100011 101001011 100101 110000

Color Harmonies of #A74D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D79

Black with #A74D79

Text Example


Text Example

White with #A74D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D79; }

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

 H1.HeaderClassName
 {
   color: #A74D79;
 }
 .AnyTagClassName
 {
   color: #A74D79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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