Html Css Color HEX #AC1195 Medium Violet Red

📋 copy color: '#AC1195'

red 172 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #AC1195

Tints of Medium Violet Red #AC1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 50.89%
G = 5.03%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1195 (or 0xAC1195) is known color: Medium Violet Red. HEX triplet: AC, 11 and 95. RGB value is (172,17,149). Sum of RGB (Red+Green+Blue) = 172+17+149=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1195 is #53EE6A. Grayscale: #4E4E4E. Windows color (decimal): -5500523 or 9769388. OLE color: 9769388.

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

Color convert

RGB 172 17 149 -
CMYK 0 0.90 0.13 0.33
HSL 308.9º 0.82% 0.37% -
HSV(B) 308.9º 0.9% 0.67% -
XYZ 22.64 11.34 29.43 -
YUV 78.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 172 17 149 0 0.90 0.13 0.33 308.9 0.82 0.37
Hex AC 11 95 0 5A D 21 135 52 25
Octal 254 21 225 0 132 15 41 465 122 45
Binary 10101100 10001 10010101 0 1011010 1101 100001 100110101 1010010 100101

Color Harmonies of #AC1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1195

Black with #AC1195

Text Example


Text Example

White with #AC1195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1195; }

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

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

background-color css

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

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

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

border-color css

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

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

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