Html Css Color HEX #AC418C Medium Red Violet

📋 copy color: '#AC418C'

red 172 ◦ green 65 ◦ blue 140

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

Shades of Medium Red Violet #AC418C

Tints of Medium Red Violet #AC418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 45.62%
G = 17.24%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC418C (or 0xAC418C) is known color: Medium Red Violet. HEX triplet: AC, 41 and 8C. RGB value is (172,65,140). Sum of RGB (Red+Green+Blue) = 172+65+140=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC418C is #53BE73. Grayscale: #696969. Windows color (decimal): -5488244 or 9191852. OLE color: 9191852.

HSL color Cylindrical-coordinate representation of color #AC418C: hue angle of 317.94º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC418C is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 140 -
CMYK 0 0.62 0.19 0.33
HSL 317.94º 0.45% 0.46% -
HSV(B) 317.94º 0.62% 0.67% -
XYZ 23.64 14.44 26.35 -
YUV 105.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 172 65 140 0 0.62 0.19 0.33 317.94 0.45 0.46
Hex AC 41 8C 0 3E 13 21 13E 2D 2E
Octal 254 101 214 0 76 23 41 476 55 56
Binary 10101100 1000001 10001100 0 111110 10011 100001 100111110 101101 101110

Color Harmonies of #AC418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC418C

Black with #AC418C

Text Example


Text Example

White with #AC418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC418C; }

 p { color: rgb(172,65,140); }

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

background-color css

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

 a { background-color: rgb(172,65,140); }

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

border-color css

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

 span { border-color: rgb(172,65,140); }

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