Html Css Color HEX #AC218D Medium Red Violet

📋 copy color: '#AC218D'

red 172 ◦ green 33 ◦ blue 141

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

Shades of Medium Red Violet #AC218D

Tints of Medium Red Violet #AC218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 49.71%
G = 9.54%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC218D (or 0xAC218D) is known color: Medium Red Violet. HEX triplet: AC, 21 and 8D. RGB value is (172,33,141). Sum of RGB (Red+Green+Blue) = 172+33+141=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC218D is #53DE72. Grayscale: #565656. Windows color (decimal): -5496435 or 9249196. OLE color: 9249196.

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

Color convert

RGB 172 33 141 -
CMYK 0 0.81 0.18 0.33
HSL 313.38º 0.68% 0.4% -
HSV(B) 313.38º 0.81% 0.67% -
XYZ 22.36 11.78 26.29 -
YUV 86.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 172 33 141 0 0.81 0.18 0.33 313.38 0.68 0.4
Hex AC 21 8D 0 51 12 21 139 44 28
Octal 254 41 215 0 121 22 41 471 104 50
Binary 10101100 100001 10001101 0 1010001 10010 100001 100111001 1000100 101000

Color Harmonies of #AC218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC218D

Black with #AC218D

Text Example


Text Example

White with #AC218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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