Html Css Color HEX #AC1690 Medium Violet Red

📋 copy color: '#AC1690'

red 172 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #AC1690

Tints of Medium Violet Red #AC1690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 50.89%
G = 6.51%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1690 (or 0xAC1690) is known color: Medium Violet Red. HEX triplet: AC, 16 and 90. RGB value is (172,22,144). Sum of RGB (Red+Green+Blue) = 172+22+144=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1690 is #53E96F. Grayscale: #505050. Windows color (decimal): -5499248 or 9442988. OLE color: 9442988.

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

Color convert

RGB 172 22 144 -
CMYK 0 0.87 0.16 0.33
HSL 311.2º 0.77% 0.38% -
HSV(B) 311.2º 0.87% 0.67% -
XYZ 22.33 11.36 27.4 -
YUV 80.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 172 22 144 0 0.87 0.16 0.33 311.2 0.77 0.38
Hex AC 16 90 0 57 10 21 137 4D 26
Octal 254 26 220 0 127 20 41 467 115 46
Binary 10101100 10110 10010000 0 1010111 10000 100001 100110111 1001101 100110

Color Harmonies of #AC1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1690

Black with #AC1690

Text Example


Text Example

White with #AC1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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