Html Css Color HEX #AC329E Medium Red Violet

📋 copy color: '#AC329E'

red 172 ◦ green 50 ◦ blue 158

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

Shades of Medium Red Violet #AC329E

Tints of Medium Red Violet #AC329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 45.26%
G = 13.16%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC329E (or 0xAC329E) is known color: Medium Red Violet. HEX triplet: AC, 32 and 9E. RGB value is (172,50,158). Sum of RGB (Red+Green+Blue) = 172+50+158=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329E is #53CD61. Grayscale: #626262. Windows color (decimal): -5492066 or 10367660. OLE color: 10367660.

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

Color convert

RGB 172 50 158 -
CMYK 0 0.71 0.08 0.33
HSL 306.89º 0.55% 0.44% -
HSV(B) 306.89º 0.71% 0.67% -
XYZ 24.33 13.52 33.68 -
YUV 98.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 172 50 158 0 0.71 0.08 0.33 306.89 0.55 0.44
Hex AC 32 9E 0 47 8 21 133 37 2C
Octal 254 62 236 0 107 10 41 463 67 54
Binary 10101100 110010 10011110 0 1000111 1000 100001 100110011 110111 101100

Color Harmonies of #AC329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC329E

Black with #AC329E

Text Example


Text Example

White with #AC329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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