Html Css Color HEX #AC1683 Medium Violet Red

📋 copy color: '#AC1683'

red 172 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #AC1683

Tints of Medium Violet Red #AC1683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 52.92%
G = 6.77%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC1683 (or 0xAC1683) is known color: Medium Violet Red. HEX triplet: AC, 16 and 83. RGB value is (172,22,131). Sum of RGB (Red+Green+Blue) = 172+22+131=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1683 is #53E97C. Grayscale: #4E4E4E. Windows color (decimal): -5499261 or 8591020. OLE color: 8591020.

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

Color convert

RGB 172 22 131 -
CMYK 0 0.87 0.24 0.33
HSL 316.4º 0.77% 0.38% -
HSV(B) 316.4º 0.87% 0.67% -
XYZ 21.4 10.98 22.46 -
YUV 79.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 172 22 131 0 0.87 0.24 0.33 316.4 0.77 0.38
Hex AC 16 83 0 57 18 21 13C 4D 26
Octal 254 26 203 0 127 30 41 474 115 46
Binary 10101100 10110 10000011 0 1010111 11000 100001 100111100 1001101 100110

Color Harmonies of #AC1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1683

Black with #AC1683

Text Example


Text Example

White with #AC1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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