Html Css Color HEX #AC1290 Medium Violet Red

📋 copy color: '#AC1290'

red 172 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #AC1290

Tints of Medium Violet Red #AC1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 51.5%
G = 5.39%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1290 (or 0xAC1290) is known color: Medium Violet Red. HEX triplet: AC, 12 and 90. RGB value is (172,18,144). Sum of RGB (Red+Green+Blue) = 172+18+144=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1290 is #53ED6F. Grayscale: #4E4E4E. Windows color (decimal): -5500272 or 9441964. OLE color: 9441964.

HSL color Cylindrical-coordinate representation of color #AC1290: hue angle of 310.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1290 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 144 -
CMYK 0 0.90 0.16 0.33
HSL 310.91º 0.81% 0.37% -
HSV(B) 310.91º 0.9% 0.67% -
XYZ 22.26 11.22 27.38 -
YUV 78.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 172 18 144 0 0.90 0.16 0.33 310.91 0.81 0.37
Hex AC 12 90 0 5A 10 21 137 51 25
Octal 254 22 220 0 132 20 41 467 121 45
Binary 10101100 10010 10010000 0 1011010 10000 100001 100110111 1010001 100101

Color Harmonies of #AC1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1290

Black with #AC1290

Text Example


Text Example

White with #AC1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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