Html Css Color HEX #AC199B Medium Violet Red

📋 copy color: '#AC199B'

red 172 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #AC199B

Tints of Medium Violet Red #AC199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 48.86%
G = 7.1%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC199B (or 0xAC199B) is known color: Medium Violet Red. HEX triplet: AC, 19 and 9B. RGB value is (172,25,155). Sum of RGB (Red+Green+Blue) = 172+25+155=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC199B is #53E664. Grayscale: #535353. Windows color (decimal): -5498469 or 10164652. OLE color: 10164652.

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

Color convert

RGB 172 25 155 -
CMYK 0 0.85 0.10 0.33
HSL 306.94º 0.75% 0.39% -
HSV(B) 306.94º 0.85% 0.67% -
XYZ 23.28 11.83 32.07 -
YUV 83.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 172 25 155 0 0.85 0.10 0.33 306.94 0.75 0.39
Hex AC 19 9B 0 55 A 21 133 4B 27
Octal 254 31 233 0 125 12 41 463 113 47
Binary 10101100 11001 10011011 0 1010101 1010 100001 100110011 1001011 100111

Color Harmonies of #AC199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC199B

Black with #AC199B

Text Example


Text Example

White with #AC199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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