Html Css Color HEX #AC197D Medium Violet Red

📋 copy color: '#AC197D'

red 172 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #AC197D

Tints of Medium Violet Red #AC197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 53.42%
G = 7.76%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC197D (or 0xAC197D) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7D. RGB value is (172,25,125). Sum of RGB (Red+Green+Blue) = 172+25+125=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197D is #53E682. Grayscale: #505050. Windows color (decimal): -5498499 or 8198572. OLE color: 8198572.

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

Color convert

RGB 172 25 125 -
CMYK 0 0.85 0.27 0.33
HSL 319.18º 0.75% 0.39% -
HSV(B) 319.18º 0.85% 0.67% -
XYZ 21.06 10.95 20.4 -
YUV 80.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 172 25 125 0 0.85 0.27 0.33 319.18 0.75 0.39
Hex AC 19 7D 0 55 1B 21 13F 4B 27
Octal 254 31 175 0 125 33 41 477 113 47
Binary 10101100 11001 1111101 0 1010101 11011 100001 100111111 1001011 100111

Color Harmonies of #AC197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC197D

Black with #AC197D

Text Example


Text Example

White with #AC197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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