Html Css Color HEX #AC078D Medium Violet Red

📋 copy color: '#AC078D'

red 172 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #AC078D

Tints of Medium Violet Red #AC078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 53.75%
G = 2.19%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC078D (or 0xAC078D) is known color: Medium Violet Red. HEX triplet: AC, 07 and 8D. RGB value is (172,7,141). Sum of RGB (Red+Green+Blue) = 172+7+141=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078D is #53F872. Grayscale: #474747. Windows color (decimal): -5503091 or 9242540. OLE color: 9242540.

HSL color Cylindrical-coordinate representation of color #AC078D: hue angle of 311.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC078D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 141 -
CMYK 0 0.96 0.18 0.33
HSL 311.27º 0.92% 0.35% -
HSV(B) 311.27º 0.96% 0.67% -
XYZ 21.9 10.85 26.14 -
YUV 71.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 172 7 141 0 0.96 0.18 0.33 311.27 0.92 0.35
Hex AC 7 8D 0 60 12 21 137 5C 23
Octal 254 7 215 0 140 22 41 467 134 43
Binary 10101100 111 10001101 0 1100000 10010 100001 100110111 1011100 100011

Color Harmonies of #AC078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC078D

Black with #AC078D

Text Example


Text Example

White with #AC078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC078D; }

 p { color: rgb(172,7,141); }

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

background-color css

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

 a { background-color: rgb(172,7,141); }

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

border-color css

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

 span { border-color: rgb(172,7,141); }

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