Html Css Color HEX #AC3271 Rouge

📋 copy color: '#AC3271'

red 172 ◦ green 50 ◦ blue 113

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

Shades of Rouge #AC3271

Tints of Rouge #AC3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 51.34%
G = 14.93%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3271 (or 0xAC3271) is known color: Rouge. HEX triplet: AC, 32 and 71. RGB value is (172,50,113). Sum of RGB (Red+Green+Blue) = 172+50+113=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3271 is #53CD8E. Grayscale: #5D5D5D. Windows color (decimal): -5492111 or 7418540. OLE color: 7418540.

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

Color convert

RGB 172 50 113 -
CMYK 0 0.71 0.34 0.33
HSL 329.02º 0.55% 0.44% -
HSV(B) 329.02º 0.71% 0.67% -
XYZ 21.13 12.24 16.87 -
YUV 93.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 172 50 113 0 0.71 0.34 0.33 329.02 0.55 0.44
Hex AC 32 71 0 47 22 21 149 37 2C
Octal 254 62 161 0 107 42 41 511 67 54
Binary 10101100 110010 1110001 0 1000111 100010 100001 101001001 110111 101100

Color Harmonies of #AC3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3271

Black with #AC3271

Text Example


Text Example

White with #AC3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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