Html Css Color HEX #AC219A Medium Red Violet

📋 copy color: '#AC219A'

red 172 ◦ green 33 ◦ blue 154

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

Shades of Medium Red Violet #AC219A

Tints of Medium Red Violet #AC219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 47.91%
G = 9.19%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC219A (or 0xAC219A) is known color: Medium Red Violet. HEX triplet: AC, 21 and 9A. RGB value is (172,33,154). Sum of RGB (Red+Green+Blue) = 172+33+154=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC219A is #53DE65. Grayscale: #585858. Windows color (decimal): -5496422 or 10101164. OLE color: 10101164.

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

Color convert

RGB 172 33 154 -
CMYK 0 0.81 0.10 0.33
HSL 307.77º 0.68% 0.4% -
HSV(B) 307.77º 0.81% 0.67% -
XYZ 23.39 12.19 31.69 -
YUV 88.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 172 33 154 0 0.81 0.10 0.33 307.77 0.68 0.4
Hex AC 21 9A 0 51 A 21 134 44 28
Octal 254 41 232 0 121 12 41 464 104 50
Binary 10101100 100001 10011010 0 1010001 1010 100001 100110100 1000100 101000

Color Harmonies of #AC219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC219A

Black with #AC219A

Text Example


Text Example

White with #AC219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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