Html Css Color HEX #AC1A90 Medium Violet Red

📋 copy color: '#AC1A90'

red 172 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #AC1A90

Tints of Medium Violet Red #AC1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

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

R = 50.29%
G = 7.6%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1A90 (or 0xAC1A90) is known color: Medium Violet Red. HEX triplet: AC, 1A and 90. RGB value is (172,26,144). Sum of RGB (Red+Green+Blue) = 172+26+144=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A90 is #53E56F. Grayscale: #525252. Windows color (decimal): -5498224 or 9444012. OLE color: 9444012.

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

Color convert

RGB 172 26 144 -
CMYK 0 0.85 0.16 0.33
HSL 311.51º 0.74% 0.39% -
HSV(B) 311.51º 0.85% 0.67% -
XYZ 22.42 11.52 27.43 -
YUV 83.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 172 26 144 0 0.85 0.16 0.33 311.51 0.74 0.39
Hex AC 1A 90 0 55 10 21 138 4A 27
Octal 254 32 220 0 125 20 41 470 112 47
Binary 10101100 11010 10010000 0 1010101 10000 100001 100111000 1001010 100111

Color Harmonies of #AC1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A90

Black with #AC1A90

Text Example


Text Example

White with #AC1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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