Html Css Color HEX #AC1192 Medium Violet Red

📋 copy color: '#AC1192'

red 172 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #AC1192

Tints of Medium Violet Red #AC1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 51.34%
G = 5.07%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC1192 (or 0xAC1192) is known color: Medium Violet Red. HEX triplet: AC, 11 and 92. RGB value is (172,17,146). Sum of RGB (Red+Green+Blue) = 172+17+146=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1192 is #53EE6D. Grayscale: #4D4D4D. Windows color (decimal): -5500526 or 9572780. OLE color: 9572780.

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

Color convert

RGB 172 17 146 -
CMYK 0 0.90 0.15 0.33
HSL 310.06º 0.82% 0.37% -
HSV(B) 310.06º 0.9% 0.67% -
XYZ 22.4 11.25 28.18 -
YUV 78.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 172 17 146 0 0.90 0.15 0.33 310.06 0.82 0.37
Hex AC 11 92 0 5A F 21 136 52 25
Octal 254 21 222 0 132 17 41 466 122 45
Binary 10101100 10001 10010010 0 1011010 1111 100001 100110110 1010010 100101

Color Harmonies of #AC1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1192

Black with #AC1192

Text Example


Text Example

White with #AC1192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1192; }

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

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

background-color css

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

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

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

border-color css

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

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

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