Html Css Color HEX #AC3470 Rouge

📋 copy color: '#AC3470'

red 172 ◦ green 52 ◦ blue 112

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

Shades of Rouge #AC3470

Tints of Rouge #AC3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 51.19%
G = 15.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3470 (or 0xAC3470) is known color: Rouge. HEX triplet: AC, 34 and 70. RGB value is (172,52,112). Sum of RGB (Red+Green+Blue) = 172+52+112=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3470 is #53CB8F. Grayscale: #5E5E5E. Windows color (decimal): -5491600 or 7353516. OLE color: 7353516.

HSL color Cylindrical-coordinate representation of color #AC3470: hue angle of 330º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3470 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 112 -
CMYK 0 0.70 0.35 0.33
HSL 330º 0.54% 0.44% -
HSV(B) 330º 0.7% 0.67% -
XYZ 21.17 12.4 16.61 -
YUV 94.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 172 52 112 0 0.70 0.35 0.33 330 0.54 0.44
Hex AC 34 70 0 46 23 21 14A 36 2C
Octal 254 64 160 0 106 43 41 512 66 54
Binary 10101100 110100 1110000 0 1000110 100011 100001 101001010 110110 101100

Color Harmonies of #AC3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3470

Black with #AC3470

Text Example


Text Example

White with #AC3470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3470; }

 p { color: rgb(172,52,112); }

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

background-color css

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

 a { background-color: rgb(172,52,112); }

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

border-color css

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

 span { border-color: rgb(172,52,112); }

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