Html Css Color HEX #AC329C Medium Red Violet

📋 copy color: '#AC329C'

red 172 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #AC329C

Tints of Medium Red Violet #AC329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 45.5%
G = 13.23%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC329C (or 0xAC329C) is known color: Medium Red Violet. HEX triplet: AC, 32 and 9C. RGB value is (172,50,156). Sum of RGB (Red+Green+Blue) = 172+50+156=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329C is #53CD63. Grayscale: #626262. Windows color (decimal): -5492068 or 10236588. OLE color: 10236588.

HSL color Cylindrical-coordinate representation of color #AC329C: hue angle of 307.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC329C is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 156 -
CMYK 0 0.71 0.09 0.33
HSL 307.87º 0.55% 0.44% -
HSV(B) 307.87º 0.71% 0.67% -
XYZ 24.15 13.45 32.78 -
YUV 98.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 172 50 156 0 0.71 0.09 0.33 307.87 0.55 0.44
Hex AC 32 9C 0 47 9 21 134 37 2C
Octal 254 62 234 0 107 11 41 464 67 54
Binary 10101100 110010 10011100 0 1000111 1001 100001 100110100 110111 101100

Color Harmonies of #AC329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC329C

Black with #AC329C

Text Example


Text Example

White with #AC329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC329C; }

 p { color: rgb(172,50,156); }

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

background-color css

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

 a { background-color: rgb(172,50,156); }

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

border-color css

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

 span { border-color: rgb(172,50,156); }

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