Html Css Color HEX #AC4985 Medium Red Violet

📋 copy color: '#AC4985'

red 172 ◦ green 73 ◦ blue 133

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

Shades of Medium Red Violet #AC4985

Tints of Medium Red Violet #AC4985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 45.5%
G = 19.31%
B = 35.19%

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

#AC4985 (or 0xAC4985) is known color: Medium Red Violet. HEX triplet: AC, 49 and 85. RGB value is (172,73,133). Sum of RGB (Red+Green+Blue) = 172+73+133=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4985 is #53B67A. Grayscale: #6D6D6D. Windows color (decimal): -5486203 or 8735148. OLE color: 8735148.

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

Color convert

RGB 172 73 133 -
CMYK 0 0.58 0.23 0.33
HSL 323.64º 0.4% 0.48% -
HSV(B) 323.64º 0.58% 0.67% -
XYZ 23.63 15.23 23.88 -
YUV 109.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 172 73 133 0 0.58 0.23 0.33 323.64 0.4 0.48
Hex AC 49 85 0 3A 17 21 144 28 30
Octal 254 111 205 0 72 27 41 504 50 60
Binary 10101100 1001001 10000101 0 111010 10111 100001 101000100 101000 110000

Color Harmonies of #AC4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4985

Black with #AC4985

Text Example


Text Example

White with #AC4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4985; }

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

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

background-color css

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

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

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

border-color css

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

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

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