Html Css Color HEX #AC3174 Medium Red Violet

📋 copy color: '#AC3174'

red 172 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #AC3174

Tints of Medium Red Violet #AC3174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 51.04%
G = 14.54%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3174 (or 0xAC3174) is known color: Medium Red Violet. HEX triplet: AC, 31 and 74. RGB value is (172,49,116). Sum of RGB (Red+Green+Blue) = 172+49+116=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3174 is #53CE8B. Grayscale: #5D5D5D. Windows color (decimal): -5492364 or 7614892. OLE color: 7614892.

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

Color convert

RGB 172 49 116 -
CMYK 0 0.72 0.33 0.33
HSL 327.32º 0.56% 0.43% -
HSV(B) 327.32º 0.72% 0.67% -
XYZ 21.26 12.23 17.76 -
YUV 93.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 172 49 116 0 0.72 0.33 0.33 327.32 0.56 0.43
Hex AC 31 74 0 48 21 21 147 38 2B
Octal 254 61 164 0 110 41 41 507 70 53
Binary 10101100 110001 1110100 0 1001000 100001 100001 101000111 111000 101011

Color Harmonies of #AC3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3174

Black with #AC3174

Text Example


Text Example

White with #AC3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3174; }

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

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

background-color css

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

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

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

border-color css

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

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

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