Html Css Color HEX #A74576 Royal Heath

📋 copy color: '#A74576'

red 167 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #A74576

Tints of Royal Heath #A74576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 47.18%
G = 19.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A74576 (or 0xA74576) is known color: Royal Heath. HEX triplet: A7, 45 and 76. RGB value is (167,69,118). Sum of RGB (Red+Green+Blue) = 167+69+118=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A74576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74576 is #58BA89. Grayscale: #676767. Windows color (decimal): -5814922 or 7751079. OLE color: 7751079.

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

Color convert

RGB 167 69 118 -
CMYK 0 0.59 0.29 0.35
HSL 330º 0.42% 0.46% -
HSV(B) 330º 0.59% 0.65% -
XYZ 21.33 13.78 18.67 -
YUV 103.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 167 69 118 0 0.59 0.29 0.35 330 0.42 0.46
Hex A7 45 76 0 3B 1D 23 14A 2A 2E
Octal 247 105 166 0 73 35 43 512 52 56
Binary 10100111 1000101 1110110 0 111011 11101 100011 101001010 101010 101110

Color Harmonies of #A74576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74576

Black with #A74576

Text Example


Text Example

White with #A74576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74576; }

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

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

background-color css

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

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

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

border-color css

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

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

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