Html Css Color HEX #AC328D Medium Red Violet

📋 copy color: '#AC328D'

red 172 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #AC328D

Tints of Medium Red Violet #AC328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 47.38%
G = 13.77%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC328D (or 0xAC328D) is known color: Medium Red Violet. HEX triplet: AC, 32 and 8D. RGB value is (172,50,141). Sum of RGB (Red+Green+Blue) = 172+50+141=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC328D is #53CD72. Grayscale: #606060. Windows color (decimal): -5492083 or 9253548. OLE color: 9253548.

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

Color convert

RGB 172 50 141 -
CMYK 0 0.71 0.18 0.33
HSL 315.25º 0.55% 0.44% -
HSV(B) 315.25º 0.71% 0.67% -
XYZ 22.96 12.97 26.49 -
YUV 96.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 172 50 141 0 0.71 0.18 0.33 315.25 0.55 0.44
Hex AC 32 8D 0 47 12 21 13B 37 2C
Octal 254 62 215 0 107 22 41 473 67 54
Binary 10101100 110010 10001101 0 1000111 10010 100001 100111011 110111 101100

Color Harmonies of #AC328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC328D

Black with #AC328D

Text Example


Text Example

White with #AC328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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