Html Css Color HEX #AC3379 Medium Red Violet

📋 copy color: '#AC3379'

red 172 ◦ green 51 ◦ blue 121

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

Shades of Medium Red Violet #AC3379

Tints of Medium Red Violet #AC3379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 50%
G = 14.83%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC3379 (or 0xAC3379) is known color: Medium Red Violet. HEX triplet: AC, 33 and 79. RGB value is (172,51,121). Sum of RGB (Red+Green+Blue) = 172+51+121=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3379 is #53CC86. Grayscale: #5F5F5F. Windows color (decimal): -5491847 or 7943084. OLE color: 7943084.

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

Color convert

RGB 172 51 121 -
CMYK 0 0.70 0.30 0.33
HSL 325.29º 0.54% 0.44% -
HSV(B) 325.29º 0.7% 0.67% -
XYZ 21.65 12.52 19.36 -
YUV 95.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 172 51 121 0 0.70 0.30 0.33 325.29 0.54 0.44
Hex AC 33 79 0 46 1E 21 145 36 2C
Octal 254 63 171 0 106 36 41 505 66 54
Binary 10101100 110011 1111001 0 1000110 11110 100001 101000101 110110 101100

Color Harmonies of #AC3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3379

Black with #AC3379

Text Example


Text Example

White with #AC3379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3379; }

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

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

background-color css

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

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

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

border-color css

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

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

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