Html Css Color HEX #AC3171 Rouge

📋 copy color: '#AC3171'

red 172 ◦ green 49 ◦ blue 113

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

Shades of Rouge #AC3171

Tints of Rouge #AC3171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 51.5%
G = 14.67%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3171 (or 0xAC3171) is known color: Rouge. HEX triplet: AC, 31 and 71. RGB value is (172,49,113). Sum of RGB (Red+Green+Blue) = 172+49+113=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3171 is #53CE8E. Grayscale: #5C5C5C. Windows color (decimal): -5492367 or 7418284. OLE color: 7418284.

HSL color Cylindrical-coordinate representation of color #AC3171: hue angle of 328.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3171 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 113 -
CMYK 0 0.72 0.34 0.33
HSL 328.78º 0.56% 0.43% -
HSV(B) 328.78º 0.72% 0.67% -
XYZ 21.09 12.16 16.86 -
YUV 93.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 172 49 113 0 0.72 0.34 0.33 328.78 0.56 0.43
Hex AC 31 71 0 48 22 21 149 38 2B
Octal 254 61 161 0 110 42 41 511 70 53
Binary 10101100 110001 1110001 0 1001000 100010 100001 101001001 111000 101011

Color Harmonies of #AC3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3171

Black with #AC3171

Text Example


Text Example

White with #AC3171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3171; }

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

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

background-color css

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

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

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

border-color css

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

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

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