Html Css Color HEX #A74D72 Royal Heath

📋 copy color: '#A74D72'

red 167 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #A74D72

Tints of Royal Heath #A74D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 46.65%
G = 21.51%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A74D72 (or 0xA74D72) is known color: Royal Heath. HEX triplet: A7, 4D and 72. RGB value is (167,77,114). Sum of RGB (Red+Green+Blue) = 167+77+114=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74D72 is #58B28D. Grayscale: #6C6C6C. Windows color (decimal): -5812878 or 7490983. OLE color: 7490983.

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

Color convert

RGB 167 77 114 -
CMYK 0 0.54 0.32 0.35
HSL 335.33º 0.37% 0.48% -
HSV(B) 335.33º 0.54% 0.65% -
XYZ 21.63 14.74 17.62 -
YUV 108.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 167 77 114 0 0.54 0.32 0.35 335.33 0.37 0.48
Hex A7 4D 72 0 36 20 23 14F 25 30
Octal 247 115 162 0 66 40 43 517 45 60
Binary 10100111 1001101 1110010 0 110110 100000 100011 101001111 100101 110000

Color Harmonies of #A74D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D72

Black with #A74D72

Text Example


Text Example

White with #A74D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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