Html Css Color HEX #AC488B Medium Red Violet

📋 copy color: '#AC488B'

red 172 ◦ green 72 ◦ blue 139

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

Shades of Medium Red Violet #AC488B

Tints of Medium Red Violet #AC488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 44.91%
G = 18.8%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC488B (or 0xAC488B) is known color: Medium Red Violet. HEX triplet: AC, 48 and 8B. RGB value is (172,72,139). Sum of RGB (Red+Green+Blue) = 172+72+139=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488B is #53B774. Grayscale: #6D6D6D. Windows color (decimal): -5486453 or 9128108. OLE color: 9128108.

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

Color convert

RGB 172 72 139 -
CMYK 0 0.58 0.19 0.33
HSL 319.8º 0.41% 0.48% -
HSV(B) 319.8º 0.58% 0.67% -
XYZ 23.99 15.27 26.11 -
YUV 109.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 172 72 139 0 0.58 0.19 0.33 319.8 0.41 0.48
Hex AC 48 8B 0 3A 13 21 140 29 30
Octal 254 110 213 0 72 23 41 500 51 60
Binary 10101100 1001000 10001011 0 111010 10011 100001 101000000 101001 110000

Color Harmonies of #AC488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC488B

Black with #AC488B

Text Example


Text Example

White with #AC488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC488B; }

 p { color: rgb(172,72,139); }

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

background-color css

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

 a { background-color: rgb(172,72,139); }

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

border-color css

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

 span { border-color: rgb(172,72,139); }

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