Html Css Color HEX #AC169B Medium Violet Red

📋 copy color: '#AC169B'

red 172 ◦ green 22 ◦ blue 155

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

Shades of Medium Violet Red #AC169B

Tints of Medium Violet Red #AC169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

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

R = 49.28%
G = 6.3%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC169B (or 0xAC169B) is known color: Medium Violet Red. HEX triplet: AC, 16 and 9B. RGB value is (172,22,155). Sum of RGB (Red+Green+Blue) = 172+22+155=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC169B is #53E964. Grayscale: #515151. Windows color (decimal): -5499237 or 10163884. OLE color: 10163884.

HSL color Cylindrical-coordinate representation of color #AC169B: hue angle of 306.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC169B is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 155 -
CMYK 0 0.87 0.10 0.33
HSL 306.8º 0.77% 0.38% -
HSV(B) 306.8º 0.87% 0.67% -
XYZ 23.22 11.71 32.05 -
YUV 82.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 172 22 155 0 0.87 0.10 0.33 306.8 0.77 0.38
Hex AC 16 9B 0 57 A 21 133 4D 26
Octal 254 26 233 0 127 12 41 463 115 46
Binary 10101100 10110 10011011 0 1010111 1010 100001 100110011 1001101 100110

Color Harmonies of #AC169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC169B

Black with #AC169B

Text Example


Text Example

White with #AC169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC169B; }

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

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

background-color css

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

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

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

border-color css

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

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

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