Html Css Color HEX #AC3374 Medium Red Violet

📋 copy color: '#AC3374'

red 172 ◦ green 51 ◦ blue 116

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

Shades of Medium Red Violet #AC3374

Tints of Medium Red Violet #AC3374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 50.74%
G = 15.04%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3374 (or 0xAC3374) is known color: Medium Red Violet. HEX triplet: AC, 33 and 74. RGB value is (172,51,116). Sum of RGB (Red+Green+Blue) = 172+51+116=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3374 is #53CC8B. Grayscale: #5E5E5E. Windows color (decimal): -5491852 or 7615404. OLE color: 7615404.

HSL color Cylindrical-coordinate representation of color #AC3374: hue angle of 327.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3374 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 116 -
CMYK 0 0.70 0.33 0.33
HSL 327.77º 0.54% 0.44% -
HSV(B) 327.77º 0.7% 0.67% -
XYZ 21.35 12.4 17.79 -
YUV 94.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 172 51 116 0 0.70 0.33 0.33 327.77 0.54 0.44
Hex AC 33 74 0 46 21 21 148 36 2C
Octal 254 63 164 0 106 41 41 510 66 54
Binary 10101100 110011 1110100 0 1000110 100001 100001 101001000 110110 101100

Color Harmonies of #AC3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3374

Black with #AC3374

Text Example


Text Example

White with #AC3374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3374; }

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

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

background-color css

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

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

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

border-color css

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

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

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