Html Css Color HEX #AC2A6A Rouge

📋 copy color: '#AC2A6A'

red 172 ◦ green 42 ◦ blue 106

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

Shades of Rouge #AC2A6A

Tints of Rouge #AC2A6A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 53.75%
G = 13.13%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC2A6A (or 0xAC2A6A) is known color: Rouge. HEX triplet: AC, 2A and 6A. RGB value is (172,42,106). Sum of RGB (Red+Green+Blue) = 172+42+106=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A6A is #53D595. Grayscale: #585858. Windows color (decimal): -5494166 or 6957740. OLE color: 6957740.

HSL color Cylindrical-coordinate representation of color #AC2A6A: hue angle of 330.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2A6A is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 42 106 -
CMYK 0 0.76 0.38 0.33
HSL 330.46º 0.61% 0.42% -
HSV(B) 330.46º 0.76% 0.67% -
XYZ 20.44 11.47 14.77 -
YUV 88.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 172 42 106 0 0.76 0.38 0.33 330.46 0.61 0.42
Hex AC 2A 6A 0 4C 26 21 14A 3D 2A
Octal 254 52 152 0 114 46 41 512 75 52
Binary 10101100 101010 1101010 0 1001100 100110 100001 101001010 111101 101010

Color Harmonies of #AC2A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A6A

Black with #AC2A6A

Text Example


Text Example

White with #AC2A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A6A; }

 p { color: rgb(172,42,106); }

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

background-color css

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

 a { background-color: rgb(172,42,106); }

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

border-color css

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

 span { border-color: rgb(172,42,106); }

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