Html Css Color HEX #AC315C Rouge

📋 copy color: '#AC315C'

red 172 ◦ green 49 ◦ blue 92

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

Shades of Rouge #AC315C

Tints of Rouge #AC315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 54.95%
G = 15.65%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC315C (or 0xAC315C) is known color: Rouge. HEX triplet: AC, 31 and 5C. RGB value is (172,49,92). Sum of RGB (Red+Green+Blue) = 172+49+92=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315C is #53CEA3. Grayscale: #5A5A5A. Windows color (decimal): -5492388 or 6042028. OLE color: 6042028.

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

Color convert

RGB 172 49 92 -
CMYK 0 0.72 0.47 0.33
HSL 339.02º 0.56% 0.43% -
HSV(B) 339.02º 0.72% 0.67% -
XYZ 20.04 11.74 11.33 -
YUV 90.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 172 49 92 0 0.72 0.47 0.33 339.02 0.56 0.43
Hex AC 31 5C 0 48 2F 21 153 38 2B
Octal 254 61 134 0 110 57 41 523 70 53
Binary 10101100 110001 1011100 0 1001000 101111 100001 101010011 111000 101011

Color Harmonies of #AC315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC315C

Black with #AC315C

Text Example


Text Example

White with #AC315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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