Html Css Color HEX #AC3181 Medium Red Violet

📋 copy color: '#AC3181'

red 172 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #AC3181

Tints of Medium Red Violet #AC3181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 49.14%
G = 14%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC3181 (or 0xAC3181) is known color: Medium Red Violet. HEX triplet: AC, 31 and 81. RGB value is (172,49,129). Sum of RGB (Red+Green+Blue) = 172+49+129=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3181 is #53CE7E. Grayscale: #5E5E5E. Windows color (decimal): -5492351 or 8466860. OLE color: 8466860.

HSL color Cylindrical-coordinate representation of color #AC3181: hue angle of 320.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3181 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 129 -
CMYK 0 0.72 0.25 0.33
HSL 320.98º 0.56% 0.43% -
HSV(B) 320.98º 0.72% 0.67% -
XYZ 22.07 12.55 22.03 -
YUV 94.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 172 49 129 0 0.72 0.25 0.33 320.98 0.56 0.43
Hex AC 31 81 0 48 19 21 141 38 2B
Octal 254 61 201 0 110 31 41 501 70 53
Binary 10101100 110001 10000001 0 1001000 11001 100001 101000001 111000 101011

Color Harmonies of #AC3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3181

Black with #AC3181

Text Example


Text Example

White with #AC3181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3181; }

 p { color: rgb(172,49,129); }

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

background-color css

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

 a { background-color: rgb(172,49,129); }

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

border-color css

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

 span { border-color: rgb(172,49,129); }

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