Html Css Color HEX #AC3D71 Rouge

📋 copy color: '#AC3D71'

red 172 ◦ green 61 ◦ blue 113

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

Shades of Rouge #AC3D71

Tints of Rouge #AC3D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

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

R = 49.71%
G = 17.63%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3D71 (or 0xAC3D71) is known color: Rouge. HEX triplet: AC, 3D and 71. RGB value is (172,61,113). Sum of RGB (Red+Green+Blue) = 172+61+113=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D71 is #53C28E. Grayscale: #646464. Windows color (decimal): -5489295 or 7421356. OLE color: 7421356.

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

Color convert

RGB 172 61 113 -
CMYK 0 0.65 0.34 0.33
HSL 331.89º 0.48% 0.46% -
HSV(B) 331.89º 0.65% 0.67% -
XYZ 21.66 13.3 17.05 -
YUV 100.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 172 61 113 0 0.65 0.34 0.33 331.89 0.48 0.46
Hex AC 3D 71 0 41 22 21 14C 30 2E
Octal 254 75 161 0 101 42 41 514 60 56
Binary 10101100 111101 1110001 0 1000001 100010 100001 101001100 110000 101110

Color Harmonies of #AC3D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D71

Black with #AC3D71

Text Example


Text Example

White with #AC3D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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