Html Css Color HEX #AC148C Medium Violet Red

📋 copy color: '#AC148C'

red 172 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #AC148C

Tints of Medium Violet Red #AC148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 51.81%
G = 6.02%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC148C (or 0xAC148C) is known color: Medium Violet Red. HEX triplet: AC, 14 and 8C. RGB value is (172,20,140). Sum of RGB (Red+Green+Blue) = 172+20+140=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC148C is #53EB73. Grayscale: #4E4E4E. Windows color (decimal): -5499764 or 9180332. OLE color: 9180332.

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

Color convert

RGB 172 20 140 -
CMYK 0 0.88 0.19 0.33
HSL 312.63º 0.79% 0.38% -
HSV(B) 312.63º 0.88% 0.67% -
XYZ 22 11.16 25.81 -
YUV 79.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 172 20 140 0 0.88 0.19 0.33 312.63 0.79 0.38
Hex AC 14 8C 0 58 13 21 139 4F 26
Octal 254 24 214 0 130 23 41 471 117 46
Binary 10101100 10100 10001100 0 1011000 10011 100001 100111001 1001111 100110

Color Harmonies of #AC148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC148C

Black with #AC148C

Text Example


Text Example

White with #AC148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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