Html Css Color HEX #AC4984 Medium Red Violet

📋 copy color: '#AC4984'

red 172 ◦ green 73 ◦ blue 132

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

Shades of Medium Red Violet #AC4984

Tints of Medium Red Violet #AC4984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 45.62%
G = 19.36%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC4984 (or 0xAC4984) is known color: Medium Red Violet. HEX triplet: AC, 49 and 84. RGB value is (172,73,132). Sum of RGB (Red+Green+Blue) = 172+73+132=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4984 is #53B67B. Grayscale: #6D6D6D. Windows color (decimal): -5486204 or 8669612. OLE color: 8669612.

HSL color Cylindrical-coordinate representation of color #AC4984: hue angle of 324.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4984 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 132 -
CMYK 0 0.58 0.23 0.33
HSL 324.24º 0.4% 0.48% -
HSV(B) 324.24º 0.58% 0.67% -
XYZ 23.56 15.2 23.52 -
YUV 109.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 172 73 132 0 0.58 0.23 0.33 324.24 0.4 0.48
Hex AC 49 84 0 3A 17 21 144 28 30
Octal 254 111 204 0 72 27 41 504 50 60
Binary 10101100 1001001 10000100 0 111010 10111 100001 101000100 101000 110000

Color Harmonies of #AC4984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4984

Black with #AC4984

Text Example


Text Example

White with #AC4984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4984; }

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

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

background-color css

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

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

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

border-color css

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

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

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