Html Css Color HEX #AC329F Medium Red Violet

📋 copy color: '#AC329F'

red 172 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #AC329F

Tints of Medium Red Violet #AC329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 45.14%
G = 13.12%
B = 41.73%

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

#AC329F (or 0xAC329F) is known color: Medium Red Violet. HEX triplet: AC, 32 and 9F. RGB value is (172,50,159). Sum of RGB (Red+Green+Blue) = 172+50+159=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329F is #53CD60. Grayscale: #626262. Windows color (decimal): -5492065 or 10433196. OLE color: 10433196.

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

Color convert

RGB 172 50 159 -
CMYK 0 0.71 0.08 0.33
HSL 306.39º 0.55% 0.44% -
HSV(B) 306.39º 0.71% 0.67% -
XYZ 24.41 13.56 34.13 -
YUV 98.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 172 50 159 0 0.71 0.08 0.33 306.39 0.55 0.44
Hex AC 32 9F 0 47 8 21 132 37 2C
Octal 254 62 237 0 107 10 41 462 67 54
Binary 10101100 110010 10011111 0 1000111 1000 100001 100110010 110111 101100

Color Harmonies of #AC329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC329F

Black with #AC329F

Text Example


Text Example

White with #AC329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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