Html Css Color HEX #AC3071 Rouge

📋 copy color: '#AC3071'

red 172 ◦ green 48 ◦ blue 113

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

Shades of Rouge #AC3071

Tints of Rouge #AC3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 51.65%
G = 14.41%
B = 33.93%

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

#AC3071 (or 0xAC3071) is known color: Rouge. HEX triplet: AC, 30 and 71. RGB value is (172,48,113). Sum of RGB (Red+Green+Blue) = 172+48+113=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3071 is #53CF8E. Grayscale: #5C5C5C. Windows color (decimal): -5492623 or 7418028. OLE color: 7418028.

HSL color Cylindrical-coordinate representation of color #AC3071: hue angle of 328.55º 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 #AC3071 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 113 -
CMYK 0 0.72 0.34 0.33
HSL 328.55º 0.56% 0.43% -
HSV(B) 328.55º 0.72% 0.67% -
XYZ 21.05 12.08 16.84 -
YUV 92.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 172 48 113 0 0.72 0.34 0.33 328.55 0.56 0.43
Hex AC 30 71 0 48 22 21 149 38 2B
Octal 254 60 161 0 110 42 41 511 70 53
Binary 10101100 110000 1110001 0 1001000 100010 100001 101001001 111000 101011

Color Harmonies of #AC3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3071

Black with #AC3071

Text Example


Text Example

White with #AC3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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