Html Css Color HEX #A74173 Rouge

📋 copy color: '#A74173'

red 167 ◦ green 65 ◦ blue 115

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

Shades of Rouge #A74173

Tints of Rouge #A74173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 48.13%
G = 18.73%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A74173 (or 0xA74173) is known color: Rouge. HEX triplet: A7, 41 and 73. RGB value is (167,65,115). Sum of RGB (Red+Green+Blue) = 167+65+115=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A74173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74173 is #58BE8C. Grayscale: #656565. Windows color (decimal): -5815949 or 7553447. OLE color: 7553447.

HSL color Cylindrical-coordinate representation of color #A74173: hue angle of 330.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74173 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 115 -
CMYK 0 0.61 0.31 0.35
HSL 330.59º 0.44% 0.45% -
HSV(B) 330.59º 0.61% 0.65% -
XYZ 20.92 13.23 17.67 -
YUV 101.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 167 65 115 0 0.61 0.31 0.35 330.59 0.44 0.45
Hex A7 41 73 0 3D 1F 23 14B 2C 2D
Octal 247 101 163 0 75 37 43 513 54 55
Binary 10100111 1000001 1110011 0 111101 11111 100011 101001011 101100 101101

Color Harmonies of #A74173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74173

Black with #A74173

Text Example


Text Example

White with #A74173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74173; }

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

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

background-color css

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

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

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

border-color css

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

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

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