Html Css Color HEX #AC1A77 Medium Violet Red

📋 copy color: '#AC1A77'

red 172 ◦ green 26 ◦ blue 119

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

Shades of Medium Violet Red #AC1A77

Tints of Medium Violet Red #AC1A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 54.26%
G = 8.2%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1A77 (or 0xAC1A77) is known color: Medium Violet Red. HEX triplet: AC, 1A and 77. RGB value is (172,26,119). Sum of RGB (Red+Green+Blue) = 172+26+119=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A77 is #53E588. Grayscale: #505050. Windows color (decimal): -5498249 or 7805612. OLE color: 7805612.

HSL color Cylindrical-coordinate representation of color #AC1A77: hue angle of 321.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A77 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 26 119 -
CMYK 0 0.85 0.31 0.33
HSL 321.78º 0.74% 0.39% -
HSV(B) 321.78º 0.85% 0.67% -
XYZ 20.71 10.84 18.45 -
YUV 80.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 172 26 119 0 0.85 0.31 0.33 321.78 0.74 0.39
Hex AC 1A 77 0 55 1F 21 142 4A 27
Octal 254 32 167 0 125 37 41 502 112 47
Binary 10101100 11010 1110111 0 1010101 11111 100001 101000010 1001010 100111

Color Harmonies of #AC1A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A77

Black with #AC1A77

Text Example


Text Example

White with #AC1A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A77; }

 p { color: rgb(172,26,119); }

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

background-color css

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

 a { background-color: rgb(172,26,119); }

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

border-color css

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

 span { border-color: rgb(172,26,119); }

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