Html Css Color HEX #A74471 Rouge

📋 copy color: '#A74471'

red 167 ◦ green 68 ◦ blue 113

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

Shades of Rouge #A74471

Tints of Rouge #A74471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 47.99%
G = 19.54%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A74471 (or 0xA74471) is known color: Rouge. HEX triplet: A7, 44 and 71. RGB value is (167,68,113). Sum of RGB (Red+Green+Blue) = 167+68+113=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A74471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74471 is #58BB8E. Grayscale: #666666. Windows color (decimal): -5815183 or 7423143. OLE color: 7423143.

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

Color convert

RGB 167 68 113 -
CMYK 0 0.59 0.32 0.35
HSL 332.73º 0.42% 0.46% -
HSV(B) 332.73º 0.59% 0.65% -
XYZ 20.98 13.54 17.13 -
YUV 102.73 133.8 173.84 -
System Red Green Blue C M Y K H S L
Decimal 167 68 113 0 0.59 0.32 0.35 332.73 0.42 0.46
Hex A7 44 71 0 3B 20 23 14D 2A 2E
Octal 247 104 161 0 73 40 43 515 52 56
Binary 10100111 1000100 1110001 0 111011 100000 100011 101001101 101010 101110

Color Harmonies of #A74471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74471

Black with #A74471

Text Example


Text Example

White with #A74471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74471; }

 p { color: rgb(167,68,113); }

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

background-color css

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

 a { background-color: rgb(167,68,113); }

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

border-color css

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

 span { border-color: rgb(167,68,113); }

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