Html Css Color HEX #AC169D Medium Violet Red

📋 copy color: '#AC169D'

red 172 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #AC169D

Tints of Medium Violet Red #AC169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 49%
G = 6.27%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC169D (or 0xAC169D) is known color: Medium Violet Red. HEX triplet: AC, 16 and 9D. RGB value is (172,22,157). Sum of RGB (Red+Green+Blue) = 172+22+157=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC169D is #53E962. Grayscale: #515151. Windows color (decimal): -5499235 or 10294956. OLE color: 10294956.

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

Color convert

RGB 172 22 157 -
CMYK 0 0.87 0.09 0.33
HSL 306º 0.77% 0.38% -
HSV(B) 306º 0.87% 0.67% -
XYZ 23.39 11.78 32.94 -
YUV 82.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 172 22 157 0 0.87 0.09 0.33 306 0.77 0.38
Hex AC 16 9D 0 57 9 21 132 4D 26
Octal 254 26 235 0 127 11 41 462 115 46
Binary 10101100 10110 10011101 0 1010111 1001 100001 100110010 1001101 100110

Color Harmonies of #AC169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC169D

Black with #AC169D

Text Example


Text Example

White with #AC169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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