Html Css Color HEX #AC2890 Medium Red Violet

📋 copy color: '#AC2890'

red 172 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #AC2890

Tints of Medium Red Violet #AC2890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 48.31%
G = 11.24%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC2890 (or 0xAC2890) is known color: Medium Red Violet. HEX triplet: AC, 28 and 90. RGB value is (172,40,144). Sum of RGB (Red+Green+Blue) = 172+40+144=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2890 is #53D76F. Grayscale: #5B5B5B. Windows color (decimal): -5494640 or 9447596. OLE color: 9447596.

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

Color convert

RGB 172 40 144 -
CMYK 0 0.77 0.16 0.33
HSL 312.73º 0.62% 0.42% -
HSV(B) 312.73º 0.77% 0.67% -
XYZ 22.81 12.3 27.56 -
YUV 91.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 172 40 144 0 0.77 0.16 0.33 312.73 0.62 0.42
Hex AC 28 90 0 4D 10 21 139 3E 2A
Octal 254 50 220 0 115 20 41 471 76 52
Binary 10101100 101000 10010000 0 1001101 10000 100001 100111001 111110 101010

Color Harmonies of #AC2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2890

Black with #AC2890

Text Example


Text Example

White with #AC2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2890; }

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

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

background-color css

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

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

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

border-color css

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

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

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