Html Css Color HEX #AC1387 Medium Violet Red

📋 copy color: '#AC1387'

red 172 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #AC1387

Tints of Medium Violet Red #AC1387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 52.76%
G = 5.83%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1387 (or 0xAC1387) is known color: Medium Violet Red. HEX triplet: AC, 13 and 87. RGB value is (172,19,135). Sum of RGB (Red+Green+Blue) = 172+19+135=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1387 is #53EC78. Grayscale: #4D4D4D. Windows color (decimal): -5500025 or 8852396. OLE color: 8852396.

HSL color Cylindrical-coordinate representation of color #AC1387: hue angle of 314.51º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1387 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 135 -
CMYK 0 0.89 0.22 0.33
HSL 314.51º 0.8% 0.37% -
HSV(B) 314.51º 0.89% 0.67% -
XYZ 21.62 10.99 23.9 -
YUV 77.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 172 19 135 0 0.89 0.22 0.33 314.51 0.8 0.37
Hex AC 13 87 0 59 16 21 13B 50 25
Octal 254 23 207 0 131 26 41 473 120 45
Binary 10101100 10011 10000111 0 1011001 10110 100001 100111011 1010000 100101

Color Harmonies of #AC1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1387

Black with #AC1387

Text Example


Text Example

White with #AC1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1387; }

 p { color: rgb(172,19,135); }

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

background-color css

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

 a { background-color: rgb(172,19,135); }

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

border-color css

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

 span { border-color: rgb(172,19,135); }

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