Html Css Color HEX #AC168D Medium Violet Red

📋 copy color: '#AC168D'

red 172 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #AC168D

Tints of Medium Violet Red #AC168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 51.34%
G = 6.57%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC168D (or 0xAC168D) is known color: Medium Violet Red. HEX triplet: AC, 16 and 8D. RGB value is (172,22,141). Sum of RGB (Red+Green+Blue) = 172+22+141=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC168D is #53E972. Grayscale: #505050. Windows color (decimal): -5499251 or 9246380. OLE color: 9246380.

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

Color convert

RGB 172 22 141 -
CMYK 0 0.87 0.18 0.33
HSL 312.4º 0.77% 0.38% -
HSV(B) 312.4º 0.87% 0.67% -
XYZ 22.11 11.27 26.21 -
YUV 80.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 172 22 141 0 0.87 0.18 0.33 312.4 0.77 0.38
Hex AC 16 8D 0 57 12 21 138 4D 26
Octal 254 26 215 0 127 22 41 470 115 46
Binary 10101100 10110 10001101 0 1010111 10010 100001 100111000 1001101 100110

Color Harmonies of #AC168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC168D

Black with #AC168D

Text Example


Text Example

White with #AC168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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