Html Css Color HEX #AC078C Medium Violet Red

📋 copy color: '#AC078C'

red 172 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #AC078C

Tints of Medium Violet Red #AC078C

RGB

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

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

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

R = 53.92%
G = 2.19%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC078C (or 0xAC078C) is known color: Medium Violet Red. HEX triplet: AC, 07 and 8C. RGB value is (172,7,140). Sum of RGB (Red+Green+Blue) = 172+7+140=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078C is #53F873. Grayscale: #474747. Windows color (decimal): -5503092 or 9177004. OLE color: 9177004.

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

Color convert

RGB 172 7 140 -
CMYK 0 0.96 0.19 0.33
HSL 311.64º 0.92% 0.35% -
HSV(B) 311.64º 0.96% 0.67% -
XYZ 21.82 10.82 25.75 -
YUV 71.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 172 7 140 0 0.96 0.19 0.33 311.64 0.92 0.35
Hex AC 7 8C 0 60 13 21 138 5C 23
Octal 254 7 214 0 140 23 41 470 134 43
Binary 10101100 111 10001100 0 1100000 10011 100001 100111000 1011100 100011

Color Harmonies of #AC078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC078C

Black with #AC078C

Text Example


Text Example

White with #AC078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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