Html Css Color HEX #AC1688 Medium Violet Red

📋 copy color: '#AC1688'

red 172 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #AC1688

Tints of Medium Violet Red #AC1688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 52.12%
G = 6.67%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC1688 (or 0xAC1688) is known color: Medium Violet Red. HEX triplet: AC, 16 and 88. RGB value is (172,22,136). Sum of RGB (Red+Green+Blue) = 172+22+136=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1688 is #53E977. Grayscale: #4F4F4F. Windows color (decimal): -5499256 or 8918700. OLE color: 8918700.

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

Color convert

RGB 172 22 136 -
CMYK 0 0.87 0.21 0.33
HSL 314.4º 0.77% 0.38% -
HSV(B) 314.4º 0.87% 0.67% -
XYZ 21.74 11.12 24.29 -
YUV 79.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 172 22 136 0 0.87 0.21 0.33 314.4 0.77 0.38
Hex AC 16 88 0 57 15 21 13A 4D 26
Octal 254 26 210 0 127 25 41 472 115 46
Binary 10101100 10110 10001000 0 1010111 10101 100001 100111010 1001101 100110

Color Harmonies of #AC1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1688

Black with #AC1688

Text Example


Text Example

White with #AC1688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1688; }

 p { color: rgb(172,22,136); }

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

background-color css

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

 a { background-color: rgb(172,22,136); }

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

border-color css

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

 span { border-color: rgb(172,22,136); }

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