Html Css Color HEX #AC198E Medium Violet Red

📋 copy color: '#AC198E'

red 172 ◦ green 25 ◦ blue 142

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

Shades of Medium Violet Red #AC198E

Tints of Medium Violet Red #AC198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 50.74%
G = 7.37%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC198E (or 0xAC198E) is known color: Medium Violet Red. HEX triplet: AC, 19 and 8E. RGB value is (172,25,142). Sum of RGB (Red+Green+Blue) = 172+25+142=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198E is #53E671. Grayscale: #515151. Windows color (decimal): -5498482 or 9312684. OLE color: 9312684.

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

Color convert

RGB 172 25 142 -
CMYK 0 0.85 0.17 0.33
HSL 312.24º 0.75% 0.39% -
HSV(B) 312.24º 0.85% 0.67% -
XYZ 22.24 11.42 26.62 -
YUV 82.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 172 25 142 0 0.85 0.17 0.33 312.24 0.75 0.39
Hex AC 19 8E 0 55 11 21 138 4B 27
Octal 254 31 216 0 125 21 41 470 113 47
Binary 10101100 11001 10001110 0 1010101 10001 100001 100111000 1001011 100111

Color Harmonies of #AC198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC198E

Black with #AC198E

Text Example


Text Example

White with #AC198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC198E; }

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

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

background-color css

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

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

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

border-color css

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

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

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