Html Css Color HEX #AC1C90 Medium Violet Red

📋 copy color: '#AC1C90'

red 172 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #AC1C90

Tints of Medium Violet Red #AC1C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 50%
G = 8.14%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1C90 (or 0xAC1C90) is known color: Medium Violet Red. HEX triplet: AC, 1C and 90. RGB value is (172,28,144). Sum of RGB (Red+Green+Blue) = 172+28+144=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C90 is #53E36F. Grayscale: #535353. Windows color (decimal): -5497712 or 9444524. OLE color: 9444524.

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

Color convert

RGB 172 28 144 -
CMYK 0 0.84 0.16 0.33
HSL 311.67º 0.72% 0.39% -
HSV(B) 311.67º 0.84% 0.67% -
XYZ 22.46 11.61 27.44 -
YUV 84.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 172 28 144 0 0.84 0.16 0.33 311.67 0.72 0.39
Hex AC 1C 90 0 54 10 21 138 48 27
Octal 254 34 220 0 124 20 41 470 110 47
Binary 10101100 11100 10010000 0 1010100 10000 100001 100111000 1001000 100111

Color Harmonies of #AC1C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C90

Black with #AC1C90

Text Example


Text Example

White with #AC1C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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