Html Css Color HEX #AC327D Medium Red Violet

📋 copy color: '#AC327D'

red 172 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #AC327D

Tints of Medium Red Violet #AC327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 49.57%
G = 14.41%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC327D (or 0xAC327D) is known color: Medium Red Violet. HEX triplet: AC, 32 and 7D. RGB value is (172,50,125). Sum of RGB (Red+Green+Blue) = 172+50+125=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC327D is #53CD82. Grayscale: #5E5E5E. Windows color (decimal): -5492099 or 8204972. OLE color: 8204972.

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

Color convert

RGB 172 50 125 -
CMYK 0 0.71 0.27 0.33
HSL 323.11º 0.55% 0.44% -
HSV(B) 323.11º 0.71% 0.67% -
XYZ 21.86 12.53 20.67 -
YUV 95.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 172 50 125 0 0.71 0.27 0.33 323.11 0.55 0.44
Hex AC 32 7D 0 47 1B 21 143 37 2C
Octal 254 62 175 0 107 33 41 503 67 54
Binary 10101100 110010 1111101 0 1000111 11011 100001 101000011 110111 101100

Color Harmonies of #AC327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC327D

Black with #AC327D

Text Example


Text Example

White with #AC327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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