Html Css Color HEX #AC218E Medium Red Violet

📋 copy color: '#AC218E'

red 172 ◦ green 33 ◦ blue 142

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

Shades of Medium Red Violet #AC218E

Tints of Medium Red Violet #AC218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 49.57%
G = 9.51%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC218E (or 0xAC218E) is known color: Medium Red Violet. HEX triplet: AC, 21 and 8E. RGB value is (172,33,142). Sum of RGB (Red+Green+Blue) = 172+33+142=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC218E is #53DE71. Grayscale: #565656. Windows color (decimal): -5496434 or 9314732. OLE color: 9314732.

HSL color Cylindrical-coordinate representation of color #AC218E: hue angle of 312.95º 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 #AC218E is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 142 -
CMYK 0 0.81 0.17 0.33
HSL 312.95º 0.68% 0.4% -
HSV(B) 312.95º 0.81% 0.67% -
XYZ 22.44 11.81 26.69 -
YUV 86.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 172 33 142 0 0.81 0.17 0.33 312.95 0.68 0.4
Hex AC 21 8E 0 51 11 21 139 44 28
Octal 254 41 216 0 121 21 41 471 104 50
Binary 10101100 100001 10001110 0 1010001 10001 100001 100111001 1000100 101000

Color Harmonies of #AC218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC218E

Black with #AC218E

Text Example


Text Example

White with #AC218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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