Html Css Color HEX #AC078A Medium Violet Red

📋 copy color: '#AC078A'

red 172 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #AC078A

Tints of Medium Violet Red #AC078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 54.26%
G = 2.21%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC078A (or 0xAC078A) is known color: Medium Violet Red. HEX triplet: AC, 07 and 8A. RGB value is (172,7,138). Sum of RGB (Red+Green+Blue) = 172+7+138=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078A is #53F875. Grayscale: #464646. Windows color (decimal): -5503094 or 9045932. OLE color: 9045932.

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

Color convert

RGB 172 7 138 -
CMYK 0 0.96 0.20 0.33
HSL 312.36º 0.92% 0.35% -
HSV(B) 312.36º 0.96% 0.67% -
XYZ 21.68 10.76 24.98 -
YUV 71.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 172 7 138 0 0.96 0.20 0.33 312.36 0.92 0.35
Hex AC 7 8A 0 60 14 21 138 5C 23
Octal 254 7 212 0 140 24 41 470 134 43
Binary 10101100 111 10001010 0 1100000 10100 100001 100111000 1011100 100011

Color Harmonies of #AC078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC078A

Black with #AC078A

Text Example


Text Example

White with #AC078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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