Html Css Color HEX #AC317D Medium Red Violet

📋 copy color: '#AC317D'

red 172 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #AC317D

Tints of Medium Red Violet #AC317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 49.71%
G = 14.16%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC317D (or 0xAC317D) is known color: Medium Red Violet. HEX triplet: AC, 31 and 7D. RGB value is (172,49,125). Sum of RGB (Red+Green+Blue) = 172+49+125=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC317D is #53CE82. Grayscale: #5E5E5E. Windows color (decimal): -5492355 or 8204716. OLE color: 8204716.

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

Color convert

RGB 172 49 125 -
CMYK 0 0.72 0.27 0.33
HSL 322.93º 0.56% 0.43% -
HSV(B) 322.93º 0.72% 0.67% -
XYZ 21.81 12.45 20.66 -
YUV 94.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 172 49 125 0 0.72 0.27 0.33 322.93 0.56 0.43
Hex AC 31 7D 0 48 1B 21 143 38 2B
Octal 254 61 175 0 110 33 41 503 70 53
Binary 10101100 110001 1111101 0 1001000 11011 100001 101000011 111000 101011

Color Harmonies of #AC317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC317D

Black with #AC317D

Text Example


Text Example

White with #AC317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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