Html Css Color HEX #AC329D Medium Red Violet

📋 copy color: '#AC329D'

red 172 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #AC329D

Tints of Medium Red Violet #AC329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 45.38%
G = 13.19%
B = 41.42%

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

#AC329D (or 0xAC329D) is known color: Medium Red Violet. HEX triplet: AC, 32 and 9D. RGB value is (172,50,157). Sum of RGB (Red+Green+Blue) = 172+50+157=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329D is #53CD62. Grayscale: #626262. Windows color (decimal): -5492067 or 10302124. OLE color: 10302124.

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

Color convert

RGB 172 50 157 -
CMYK 0 0.71 0.09 0.33
HSL 307.38º 0.55% 0.44% -
HSV(B) 307.38º 0.71% 0.67% -
XYZ 24.24 13.49 33.22 -
YUV 98.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 172 50 157 0 0.71 0.09 0.33 307.38 0.55 0.44
Hex AC 32 9D 0 47 9 21 133 37 2C
Octal 254 62 235 0 107 11 41 463 67 54
Binary 10101100 110010 10011101 0 1000111 1001 100001 100110011 110111 101100

Color Harmonies of #AC329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC329D

Black with #AC329D

Text Example


Text Example

White with #AC329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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