Html Css Color HEX #AC2C8D Medium Red Violet

📋 copy color: '#AC2C8D'

red 172 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #AC2C8D

Tints of Medium Red Violet #AC2C8D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 48.18%
G = 12.32%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC2C8D (or 0xAC2C8D) is known color: Medium Red Violet. HEX triplet: AC, 2C and 8D. RGB value is (172,44,141). Sum of RGB (Red+Green+Blue) = 172+44+141=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2C8D is #53D372. Grayscale: #5D5D5D. Windows color (decimal): -5493619 or 9252012. OLE color: 9252012.

HSL color Cylindrical-coordinate representation of color #AC2C8D: hue angle of 314.53º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2C8D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 44 141 -
CMYK 0 0.74 0.18 0.33
HSL 314.53º 0.59% 0.42% -
HSV(B) 314.53º 0.74% 0.67% -
XYZ 22.72 12.5 26.41 -
YUV 93.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 172 44 141 0 0.74 0.18 0.33 314.53 0.59 0.42
Hex AC 2C 8D 0 4A 12 21 13B 3B 2A
Octal 254 54 215 0 112 22 41 473 73 52
Binary 10101100 101100 10001101 0 1001010 10010 100001 100111011 111011 101010

Color Harmonies of #AC2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C8D

Black with #AC2C8D

Text Example


Text Example

White with #AC2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C8D; }

 p { color: rgb(172,44,141); }

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

background-color css

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

 a { background-color: rgb(172,44,141); }

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

border-color css

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

 span { border-color: rgb(172,44,141); }

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