Html Css Color HEX #AC218F Medium Red Violet

📋 copy color: '#AC218F'

red 172 ◦ green 33 ◦ blue 143

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

Shades of Medium Red Violet #AC218F

Tints of Medium Red Violet #AC218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 49.43%
G = 9.48%
B = 41.09%

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

#AC218F (or 0xAC218F) is known color: Medium Red Violet. HEX triplet: AC, 21 and 8F. RGB value is (172,33,143). Sum of RGB (Red+Green+Blue) = 172+33+143=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC218F is #53DE70. Grayscale: #565656. Windows color (decimal): -5496433 or 9380268. OLE color: 9380268.

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

Color convert

RGB 172 33 143 -
CMYK 0 0.81 0.17 0.33
HSL 312.52º 0.68% 0.4% -
HSV(B) 312.52º 0.81% 0.67% -
XYZ 22.52 11.84 27.09 -
YUV 87.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 172 33 143 0 0.81 0.17 0.33 312.52 0.68 0.4
Hex AC 21 8F 0 51 11 21 139 44 28
Octal 254 41 217 0 121 21 41 471 104 50
Binary 10101100 100001 10001111 0 1010001 10001 100001 100111001 1000100 101000

Color Harmonies of #AC218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC218F

Black with #AC218F

Text Example


Text Example

White with #AC218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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