Html Css Color HEX #AC197B Medium Violet Red

📋 copy color: '#AC197B'

red 172 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #AC197B

Tints of Medium Violet Red #AC197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 53.75%
G = 7.81%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC197B (or 0xAC197B) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7B. RGB value is (172,25,123). Sum of RGB (Red+Green+Blue) = 172+25+123=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197B is #53E684. Grayscale: #4F4F4F. Windows color (decimal): -5498501 or 8067500. OLE color: 8067500.

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

Color convert

RGB 172 25 123 -
CMYK 0 0.85 0.28 0.33
HSL 320º 0.75% 0.39% -
HSV(B) 320º 0.85% 0.67% -
XYZ 20.94 10.9 19.74 -
YUV 80.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 172 25 123 0 0.85 0.28 0.33 320 0.75 0.39
Hex AC 19 7B 0 55 1C 21 140 4B 27
Octal 254 31 173 0 125 34 41 500 113 47
Binary 10101100 11001 1111011 0 1010101 11100 100001 101000000 1001011 100111

Color Harmonies of #AC197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC197B

Black with #AC197B

Text Example


Text Example

White with #AC197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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