Html Css Color HEX #AC315E Rouge

📋 copy color: '#AC315E'

red 172 ◦ green 49 ◦ blue 94

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

Shades of Rouge #AC315E

Tints of Rouge #AC315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 54.6%
G = 15.56%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC315E (or 0xAC315E) is known color: Rouge. HEX triplet: AC, 31 and 5E. RGB value is (172,49,94). Sum of RGB (Red+Green+Blue) = 172+49+94=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315E is #53CEA1. Grayscale: #5A5A5A. Windows color (decimal): -5492386 or 6173100. OLE color: 6173100.

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

Color convert

RGB 172 49 94 -
CMYK 0 0.72 0.45 0.33
HSL 338.05º 0.56% 0.43% -
HSV(B) 338.05º 0.72% 0.67% -
XYZ 20.13 11.78 11.8 -
YUV 90.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 172 49 94 0 0.72 0.45 0.33 338.05 0.56 0.43
Hex AC 31 5E 0 48 2D 21 152 38 2B
Octal 254 61 136 0 110 55 41 522 70 53
Binary 10101100 110001 1011110 0 1001000 101101 100001 101010010 111000 101011

Color Harmonies of #AC315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC315E

Black with #AC315E

Text Example


Text Example

White with #AC315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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