Html Css Color HEX #AC219B Medium Red Violet

📋 copy color: '#AC219B'

red 172 ◦ green 33 ◦ blue 155

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

Shades of Medium Red Violet #AC219B

Tints of Medium Red Violet #AC219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 47.78%
G = 9.17%
B = 43.06%

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

#AC219B (or 0xAC219B) is known color: Medium Red Violet. HEX triplet: AC, 21 and 9B. RGB value is (172,33,155). Sum of RGB (Red+Green+Blue) = 172+33+155=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC219B is #53DE64. Grayscale: #585858. Windows color (decimal): -5496421 or 10166700. OLE color: 10166700.

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

Color convert

RGB 172 33 155 -
CMYK 0 0.81 0.10 0.33
HSL 307.34º 0.68% 0.4% -
HSV(B) 307.34º 0.81% 0.67% -
XYZ 23.47 12.22 32.13 -
YUV 88.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 172 33 155 0 0.81 0.10 0.33 307.34 0.68 0.4
Hex AC 21 9B 0 51 A 21 133 44 28
Octal 254 41 233 0 121 12 41 463 104 50
Binary 10101100 100001 10011011 0 1010001 1010 100001 100110011 1000100 101000

Color Harmonies of #AC219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC219B

Black with #AC219B

Text Example


Text Example

White with #AC219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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