Html Css Color HEX #AC3384 Medium Red Violet

📋 copy color: '#AC3384'

red 172 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #AC3384

Tints of Medium Red Violet #AC3384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 48.45%
G = 14.37%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC3384 (or 0xAC3384) is known color: Medium Red Violet. HEX triplet: AC, 33 and 84. RGB value is (172,51,132). Sum of RGB (Red+Green+Blue) = 172+51+132=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3384 is #53CC7B. Grayscale: #606060. Windows color (decimal): -5491836 or 8663980. OLE color: 8663980.

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

Color convert

RGB 172 51 132 -
CMYK 0 0.70 0.23 0.33
HSL 319.83º 0.54% 0.44% -
HSV(B) 319.83º 0.7% 0.67% -
XYZ 22.36 12.8 23.12 -
YUV 96.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 172 51 132 0 0.70 0.23 0.33 319.83 0.54 0.44
Hex AC 33 84 0 46 17 21 140 36 2C
Octal 254 63 204 0 106 27 41 500 66 54
Binary 10101100 110011 10000100 0 1000110 10111 100001 101000000 110110 101100

Color Harmonies of #AC3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3384

Black with #AC3384

Text Example


Text Example

White with #AC3384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3384; }

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

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

background-color css

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

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

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

border-color css

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

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

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