Html Css Color HEX #AC219E Medium Red Violet

📋 copy color: '#AC219E'

red 172 ◦ green 33 ◦ blue 158

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

Shades of Medium Red Violet #AC219E

Tints of Medium Red Violet #AC219E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 47.38%
G = 9.09%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC219E (or 0xAC219E) is known color: Medium Red Violet. HEX triplet: AC, 21 and 9E. RGB value is (172,33,158). Sum of RGB (Red+Green+Blue) = 172+33+158=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC219E is #53DE61. Grayscale: #585858. Windows color (decimal): -5496418 or 10363308. OLE color: 10363308.

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

Color convert

RGB 172 33 158 -
CMYK 0 0.81 0.08 0.33
HSL 306.04º 0.68% 0.4% -
HSV(B) 306.04º 0.81% 0.67% -
XYZ 23.73 12.33 33.48 -
YUV 88.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 172 33 158 0 0.81 0.08 0.33 306.04 0.68 0.4
Hex AC 21 9E 0 51 8 21 132 44 28
Octal 254 41 236 0 121 10 41 462 104 50
Binary 10101100 100001 10011110 0 1010001 1000 100001 100110010 1000100 101000

Color Harmonies of #AC219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC219E

Black with #AC219E

Text Example


Text Example

White with #AC219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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