Html Css Color HEX #AC319F Medium Red Violet

📋 copy color: '#AC319F'

red 172 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #AC319F

Tints of Medium Red Violet #AC319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 45.26%
G = 12.89%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC319F (or 0xAC319F) is known color: Medium Red Violet. HEX triplet: AC, 31 and 9F. RGB value is (172,49,159). Sum of RGB (Red+Green+Blue) = 172+49+159=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC319F is #53CE60. Grayscale: #626262. Windows color (decimal): -5492321 or 10432940. OLE color: 10432940.

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

Color convert

RGB 172 49 159 -
CMYK 0 0.72 0.08 0.33
HSL 306.34º 0.56% 0.43% -
HSV(B) 306.34º 0.72% 0.67% -
XYZ 24.37 13.47 34.12 -
YUV 98.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 172 49 159 0 0.72 0.08 0.33 306.34 0.56 0.43
Hex AC 31 9F 0 48 8 21 132 38 2B
Octal 254 61 237 0 110 10 41 462 70 53
Binary 10101100 110001 10011111 0 1001000 1000 100001 100110010 111000 101011

Color Harmonies of #AC319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC319F

Black with #AC319F

Text Example


Text Example

White with #AC319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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