Html Css Color HEX #AC32A0 Medium Red Violet

📋 copy color: '#AC32A0'

red 172 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #AC32A0

Tints of Medium Red Violet #AC32A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 45.03%
G = 13.09%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC32A0 (or 0xAC32A0) is known color: Medium Red Violet. HEX triplet: AC, 32 and A0. RGB value is (172,50,160). Sum of RGB (Red+Green+Blue) = 172+50+160=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A0 is #53CD5F. Grayscale: #626262. Windows color (decimal): -5492064 or 10498732. OLE color: 10498732.

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

Color convert

RGB 172 50 160 -
CMYK 0 0.71 0.07 0.33
HSL 305.9º 0.55% 0.44% -
HSV(B) 305.9º 0.71% 0.67% -
XYZ 24.5 13.59 34.59 -
YUV 99.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 172 50 160 0 0.71 0.07 0.33 305.9 0.55 0.44
Hex AC 32 A0 0 47 7 21 132 37 2C
Octal 254 62 240 0 107 7 41 462 67 54
Binary 10101100 110010 10100000 0 1000111 111 100001 100110010 110111 101100

Color Harmonies of #AC32A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32A0

Black with #AC32A0

Text Example


Text Example

White with #AC32A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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