Html Css Color HEX #AC327C Medium Red Violet

📋 copy color: '#AC327C'

red 172 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #AC327C

Tints of Medium Red Violet #AC327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 49.71%
G = 14.45%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC327C (or 0xAC327C) is known color: Medium Red Violet. HEX triplet: AC, 32 and 7C. RGB value is (172,50,124). Sum of RGB (Red+Green+Blue) = 172+50+124=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC327C is #53CD83. Grayscale: #5E5E5E. Windows color (decimal): -5492100 or 8139436. OLE color: 8139436.

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

Color convert

RGB 172 50 124 -
CMYK 0 0.71 0.28 0.33
HSL 323.61º 0.55% 0.44% -
HSV(B) 323.61º 0.71% 0.67% -
XYZ 21.79 12.51 20.33 -
YUV 94.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 172 50 124 0 0.71 0.28 0.33 323.61 0.55 0.44
Hex AC 32 7C 0 47 1C 21 144 37 2C
Octal 254 62 174 0 107 34 41 504 67 54
Binary 10101100 110010 1111100 0 1000111 11100 100001 101000100 110111 101100

Color Harmonies of #AC327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC327C

Black with #AC327C

Text Example


Text Example

White with #AC327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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