Html Css Color HEX #AC197A Medium Violet Red

📋 copy color: '#AC197A'

red 172 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #AC197A

Tints of Medium Violet Red #AC197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 53.92%
G = 7.84%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC197A (or 0xAC197A) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7A. RGB value is (172,25,122). Sum of RGB (Red+Green+Blue) = 172+25+122=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197A is #53E685. Grayscale: #4F4F4F. Windows color (decimal): -5498502 or 8001964. OLE color: 8001964.

HSL color Cylindrical-coordinate representation of color #AC197A: hue angle of 320.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC197A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 122 -
CMYK 0 0.85 0.29 0.33
HSL 320.41º 0.75% 0.39% -
HSV(B) 320.41º 0.85% 0.67% -
XYZ 20.87 10.87 19.41 -
YUV 80.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 172 25 122 0 0.85 0.29 0.33 320.41 0.75 0.39
Hex AC 19 7A 0 55 1D 21 140 4B 27
Octal 254 31 172 0 125 35 41 500 113 47
Binary 10101100 11001 1111010 0 1010101 11101 100001 101000000 1001011 100111

Color Harmonies of #AC197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC197A

Black with #AC197A

Text Example


Text Example

White with #AC197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC197A; }

 p { color: rgb(172,25,122); }

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

background-color css

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

 a { background-color: rgb(172,25,122); }

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

border-color css

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

 span { border-color: rgb(172,25,122); }

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