Html Css Color HEX #AC149A Medium Violet Red

📋 copy color: '#AC149A'

red 172 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #AC149A

Tints of Medium Violet Red #AC149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 49.71%
G = 5.78%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC149A (or 0xAC149A) is known color: Medium Violet Red. HEX triplet: AC, 14 and 9A. RGB value is (172,20,154). Sum of RGB (Red+Green+Blue) = 172+20+154=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC149A is #53EB65. Grayscale: #505050. Windows color (decimal): -5499750 or 10097836. OLE color: 10097836.

HSL color Cylindrical-coordinate representation of color #AC149A: hue angle of 307.11º degrees, saturation: 0.79, 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 #AC149A is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 154 -
CMYK 0 0.88 0.10 0.33
HSL 307.11º 0.79% 0.38% -
HSV(B) 307.11º 0.88% 0.67% -
XYZ 23.1 11.6 31.59 -
YUV 80.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 172 20 154 0 0.88 0.10 0.33 307.11 0.79 0.38
Hex AC 14 9A 0 58 A 21 133 4F 26
Octal 254 24 232 0 130 12 41 463 117 46
Binary 10101100 10100 10011010 0 1011000 1010 100001 100110011 1001111 100110

Color Harmonies of #AC149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC149A

Black with #AC149A

Text Example


Text Example

White with #AC149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC149A; }

 p { color: rgb(172,20,154); }

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

background-color css

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

 a { background-color: rgb(172,20,154); }

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

border-color css

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

 span { border-color: rgb(172,20,154); }

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