Html Css Color HEX #AC3471 Rouge

📋 copy color: '#AC3471'

red 172 ◦ green 52 ◦ blue 113

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

Shades of Rouge #AC3471

Tints of Rouge #AC3471

RGB

 RED value IS 172 (67.58% from 255) = 51.04%

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 51.04%
G = 15.43%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3471 (or 0xAC3471) is known color: Rouge. HEX triplet: AC, 34 and 71. RGB value is (172,52,113). Sum of RGB (Red+Green+Blue) = 172+52+113=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3471 is #53CB8E. Grayscale: #5E5E5E. Windows color (decimal): -5491599 or 7419052. OLE color: 7419052.

HSL color Cylindrical-coordinate representation of color #AC3471: hue angle of 329.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3471 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 113 -
CMYK 0 0.70 0.34 0.33
HSL 329.5º 0.54% 0.44% -
HSV(B) 329.5º 0.7% 0.67% -
XYZ 21.22 12.42 16.9 -
YUV 94.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 172 52 113 0 0.70 0.34 0.33 329.5 0.54 0.44
Hex AC 34 71 0 46 22 21 14A 36 2C
Octal 254 64 161 0 106 42 41 512 66 54
Binary 10101100 110100 1110001 0 1000110 100010 100001 101001010 110110 101100

Color Harmonies of #AC3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3471

Black with #AC3471

Text Example


Text Example

White with #AC3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3471; }

 p { color: rgb(172,52,113); }

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

background-color css

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

 a { background-color: rgb(172,52,113); }

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

border-color css

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

 span { border-color: rgb(172,52,113); }

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