Html Css Color HEX #AC32A5 Medium Red Violet

📋 copy color: '#AC32A5'

red 172 ◦ green 50 ◦ blue 165

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

Shades of Medium Red Violet #AC32A5

Tints of Medium Red Violet #AC32A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 44.44%
G = 12.92%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC32A5 (or 0xAC32A5) is known color: Medium Red Violet. HEX triplet: AC, 32 and A5. RGB value is (172,50,165). Sum of RGB (Red+Green+Blue) = 172+50+165=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A5 is #53CD5A. Grayscale: #636363. Windows color (decimal): -5492059 or 10826412. OLE color: 10826412.

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

Color convert

RGB 172 50 165 -
CMYK 0 0.71 0.04 0.33
HSL 303.44º 0.55% 0.44% -
HSV(B) 303.44º 0.71% 0.67% -
XYZ 24.95 13.77 36.94 -
YUV 99.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 172 50 165 0 0.71 0.04 0.33 303.44 0.55 0.44
Hex AC 32 A5 0 47 4 21 12F 37 2C
Octal 254 62 245 0 107 4 41 457 67 54
Binary 10101100 110010 10100101 0 1000111 100 100001 100101111 110111 101100

Color Harmonies of #AC32A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32A5

Black with #AC32A5

Text Example


Text Example

White with #AC32A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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