Html Css Color HEX #A74373 Royal Heath

📋 copy color: '#A74373'

red 167 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #A74373

Tints of Royal Heath #A74373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 47.85%
G = 19.2%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A74373 (or 0xA74373) is known color: Royal Heath. HEX triplet: A7, 43 and 73. RGB value is (167,67,115). Sum of RGB (Red+Green+Blue) = 167+67+115=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A74373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74373 is #58BC8C. Grayscale: #666666. Windows color (decimal): -5815437 or 7553959. OLE color: 7553959.

HSL color Cylindrical-coordinate representation of color #A74373: hue angle of 331.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74373 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 115 -
CMYK 0 0.60 0.31 0.35
HSL 331.2º 0.43% 0.46% -
HSV(B) 331.2º 0.6% 0.65% -
XYZ 21.04 13.47 17.71 -
YUV 102.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 167 67 115 0 0.60 0.31 0.35 331.2 0.43 0.46
Hex A7 43 73 0 3C 1F 23 14B 2B 2E
Octal 247 103 163 0 74 37 43 513 53 56
Binary 10100111 1000011 1110011 0 111100 11111 100011 101001011 101011 101110

Color Harmonies of #A74373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74373

Black with #A74373

Text Example


Text Example

White with #A74373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74373; }

 p { color: rgb(167,67,115); }

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

background-color css

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

 a { background-color: rgb(167,67,115); }

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

border-color css

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

 span { border-color: rgb(167,67,115); }

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