Html Css Color HEX #AC188A Medium Violet Red

📋 copy color: '#AC188A'

red 172 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #AC188A

Tints of Medium Violet Red #AC188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 51.5%
G = 7.19%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC188A (or 0xAC188A) is known color: Medium Violet Red. HEX triplet: AC, 18 and 8A. RGB value is (172,24,138). Sum of RGB (Red+Green+Blue) = 172+24+138=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC188A is #53E775. Grayscale: #505050. Windows color (decimal): -5498742 or 9050284. OLE color: 9050284.

HSL color Cylindrical-coordinate representation of color #AC188A: hue angle of 313.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC188A is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 138 -
CMYK 0 0.86 0.20 0.33
HSL 313.78º 0.76% 0.38% -
HSV(B) 313.78º 0.86% 0.67% -
XYZ 21.93 11.26 25.06 -
YUV 81.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 172 24 138 0 0.86 0.20 0.33 313.78 0.76 0.38
Hex AC 18 8A 0 56 14 21 13A 4C 26
Octal 254 30 212 0 126 24 41 472 114 46
Binary 10101100 11000 10001010 0 1010110 10100 100001 100111010 1001100 100110

Color Harmonies of #AC188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC188A

Black with #AC188A

Text Example


Text Example

White with #AC188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC188A; }

 p { color: rgb(172,24,138); }

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

background-color css

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

 a { background-color: rgb(172,24,138); }

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

border-color css

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

 span { border-color: rgb(172,24,138); }

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