Html Css Color HEX #AC1C8C Medium Violet Red

📋 copy color: '#AC1C8C'

red 172 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #AC1C8C

Tints of Medium Violet Red #AC1C8C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 50.59%
G = 8.24%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC1C8C (or 0xAC1C8C) is known color: Medium Violet Red. HEX triplet: AC, 1C and 8C. RGB value is (172,28,140). Sum of RGB (Red+Green+Blue) = 172+28+140=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C8C is #53E373. Grayscale: #535353. Windows color (decimal): -5497716 or 9182380. OLE color: 9182380.

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

Color convert

RGB 172 28 140 -
CMYK 0 0.84 0.19 0.33
HSL 313.33º 0.72% 0.39% -
HSV(B) 313.33º 0.84% 0.67% -
XYZ 22.16 11.49 25.86 -
YUV 83.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 172 28 140 0 0.84 0.19 0.33 313.33 0.72 0.39
Hex AC 1C 8C 0 54 13 21 139 48 27
Octal 254 34 214 0 124 23 41 471 110 47
Binary 10101100 11100 10001100 0 1010100 10011 100001 100111001 1001000 100111

Color Harmonies of #AC1C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C8C

Black with #AC1C8C

Text Example


Text Example

White with #AC1C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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