Html Css Color HEX #AC1590 Medium Violet Red

📋 copy color: '#AC1590'

red 172 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #AC1590

Tints of Medium Violet Red #AC1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 51.04%
G = 6.23%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1590 (or 0xAC1590) is known color: Medium Violet Red. HEX triplet: AC, 15 and 90. RGB value is (172,21,144). Sum of RGB (Red+Green+Blue) = 172+21+144=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1590 is #53EA6F. Grayscale: #4F4F4F. Windows color (decimal): -5499504 or 9442732. OLE color: 9442732.

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

Color convert

RGB 172 21 144 -
CMYK 0 0.88 0.16 0.33
HSL 311.13º 0.78% 0.38% -
HSV(B) 311.13º 0.88% 0.67% -
XYZ 22.32 11.32 27.39 -
YUV 80.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 172 21 144 0 0.88 0.16 0.33 311.13 0.78 0.38
Hex AC 15 90 0 58 10 21 137 4E 26
Octal 254 25 220 0 130 20 41 467 116 46
Binary 10101100 10101 10010000 0 1011000 10000 100001 100110111 1001110 100110

Color Harmonies of #AC1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1590

Black with #AC1590

Text Example


Text Example

White with #AC1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1590; }

 p { color: rgb(172,21,144); }

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

background-color css

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

 a { background-color: rgb(172,21,144); }

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

border-color css

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

 span { border-color: rgb(172,21,144); }

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