Html Css Color HEX #AC1182 Medium Violet Red

📋 copy color: '#AC1182'

red 172 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #AC1182

Tints of Medium Violet Red #AC1182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 53.92%
G = 5.33%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC1182 (or 0xAC1182) is known color: Medium Violet Red. HEX triplet: AC, 11 and 82. RGB value is (172,17,130). Sum of RGB (Red+Green+Blue) = 172+17+130=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1182 is #53EE7D. Grayscale: #4B4B4B. Windows color (decimal): -5500542 or 8524204. OLE color: 8524204.

HSL color Cylindrical-coordinate representation of color #AC1182: hue angle of 316.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1182 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 130 -
CMYK 0 0.90 0.24 0.33
HSL 316.26º 0.82% 0.37% -
HSV(B) 316.26º 0.9% 0.67% -
XYZ 21.24 10.78 22.08 -
YUV 76.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 172 17 130 0 0.90 0.24 0.33 316.26 0.82 0.37
Hex AC 11 82 0 5A 18 21 13C 52 25
Octal 254 21 202 0 132 30 41 474 122 45
Binary 10101100 10001 10000010 0 1011010 11000 100001 100111100 1010010 100101

Color Harmonies of #AC1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1182

Black with #AC1182

Text Example


Text Example

White with #AC1182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1182; }

 p { color: rgb(172,17,130); }

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

background-color css

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

 a { background-color: rgb(172,17,130); }

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

border-color css

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

 span { border-color: rgb(172,17,130); }

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