Html Css Color HEX #AC148E Medium Violet Red

📋 copy color: '#AC148E'

red 172 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #AC148E

Tints of Medium Violet Red #AC148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 51.5%
G = 5.99%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC148E (or 0xAC148E) is known color: Medium Violet Red. HEX triplet: AC, 14 and 8E. RGB value is (172,20,142). Sum of RGB (Red+Green+Blue) = 172+20+142=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC148E is #53EB71. Grayscale: #4F4F4F. Windows color (decimal): -5499762 or 9311404. OLE color: 9311404.

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

Color convert

RGB 172 20 142 -
CMYK 0 0.88 0.17 0.33
HSL 311.84º 0.79% 0.38% -
HSV(B) 311.84º 0.88% 0.67% -
XYZ 22.15 11.22 26.59 -
YUV 79.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 172 20 142 0 0.88 0.17 0.33 311.84 0.79 0.38
Hex AC 14 8E 0 58 11 21 138 4F 26
Octal 254 24 216 0 130 21 41 470 117 46
Binary 10101100 10100 10001110 0 1011000 10001 100001 100111000 1001111 100110

Color Harmonies of #AC148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC148E

Black with #AC148E

Text Example


Text Example

White with #AC148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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