Html Css Color HEX #AC32A6 Medium Red Violet

📋 copy color: '#AC32A6'

red 172 ◦ green 50 ◦ blue 166

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

Shades of Medium Red Violet #AC32A6

Tints of Medium Red Violet #AC32A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 44.33%
G = 12.89%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC32A6 (or 0xAC32A6) is known color: Medium Red Violet. HEX triplet: AC, 32 and A6. RGB value is (172,50,166). Sum of RGB (Red+Green+Blue) = 172+50+166=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC32A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC32A6 is #53CD59. Grayscale: #636363. Windows color (decimal): -5492058 or 10891948. OLE color: 10891948.

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

Color convert

RGB 172 50 166 -
CMYK 0 0.71 0.03 0.33
HSL 302.95º 0.55% 0.44% -
HSV(B) 302.95º 0.71% 0.67% -
XYZ 25.04 13.81 37.42 -
YUV 99.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 172 50 166 0 0.71 0.03 0.33 302.95 0.55 0.44
Hex AC 32 A6 0 47 3 21 12F 37 2C
Octal 254 62 246 0 107 3 41 457 67 54
Binary 10101100 110010 10100110 0 1000111 11 100001 100101111 110111 101100

Color Harmonies of #AC32A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32A6

Black with #AC32A6

Text Example


Text Example

White with #AC32A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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