Html Css Color HEX #AC31A0 Medium Red Violet

📋 copy color: '#AC31A0'

red 172 ◦ green 49 ◦ blue 160

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

Shades of Medium Red Violet #AC31A0

Tints of Medium Red Violet #AC31A0

RGB

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

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

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

R = 45.14%
G = 12.86%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC31A0 (or 0xAC31A0) is known color: Medium Red Violet. HEX triplet: AC, 31 and A0. RGB value is (172,49,160). Sum of RGB (Red+Green+Blue) = 172+49+160=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC31A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC31A0 is #53CE5F. Grayscale: #626262. Windows color (decimal): -5492320 or 10498476. OLE color: 10498476.

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

Color convert

RGB 172 49 160 -
CMYK 0 0.72 0.07 0.33
HSL 305.85º 0.56% 0.43% -
HSV(B) 305.85º 0.72% 0.67% -
XYZ 24.46 13.51 34.58 -
YUV 98.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 172 49 160 0 0.72 0.07 0.33 305.85 0.56 0.43
Hex AC 31 A0 0 48 7 21 132 38 2B
Octal 254 61 240 0 110 7 41 462 70 53
Binary 10101100 110001 10100000 0 1001000 111 100001 100110010 111000 101011

Color Harmonies of #AC31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31A0

Black with #AC31A0

Text Example


Text Example

White with #AC31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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