Html Css Color HEX #AC328C Medium Red Violet

📋 copy color: '#AC328C'

red 172 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #AC328C

Tints of Medium Red Violet #AC328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 47.51%
G = 13.81%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC328C (or 0xAC328C) is known color: Medium Red Violet. HEX triplet: AC, 32 and 8C. RGB value is (172,50,140). Sum of RGB (Red+Green+Blue) = 172+50+140=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC328C is #53CD73. Grayscale: #606060. Windows color (decimal): -5492084 or 9188012. OLE color: 9188012.

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

Color convert

RGB 172 50 140 -
CMYK 0 0.71 0.19 0.33
HSL 315.74º 0.55% 0.44% -
HSV(B) 315.74º 0.71% 0.67% -
XYZ 22.89 12.95 26.1 -
YUV 96.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 172 50 140 0 0.71 0.19 0.33 315.74 0.55 0.44
Hex AC 32 8C 0 47 13 21 13C 37 2C
Octal 254 62 214 0 107 23 41 474 67 54
Binary 10101100 110010 10001100 0 1000111 10011 100001 100111100 110111 101100

Color Harmonies of #AC328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC328C

Black with #AC328C

Text Example


Text Example

White with #AC328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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