Html Css Color HEX #AC2B77 Medium Red Violet

📋 copy color: '#AC2B77'

red 172 ◦ green 43 ◦ blue 119

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

Shades of Medium Red Violet #AC2B77

Tints of Medium Red Violet #AC2B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 51.5%
G = 12.87%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC2B77 (or 0xAC2B77) is known color: Medium Red Violet. HEX triplet: AC, 2B and 77. RGB value is (172,43,119). Sum of RGB (Red+Green+Blue) = 172+43+119=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B77 is #53D488. Grayscale: #5A5A5A. Windows color (decimal): -5493897 or 7809964. OLE color: 7809964.

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

Color convert

RGB 172 43 119 -
CMYK 0 0.75 0.31 0.33
HSL 324.65º 0.6% 0.42% -
HSV(B) 324.65º 0.75% 0.67% -
XYZ 21.21 11.83 18.62 -
YUV 90.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 172 43 119 0 0.75 0.31 0.33 324.65 0.6 0.42
Hex AC 2B 77 0 4B 1F 21 145 3C 2A
Octal 254 53 167 0 113 37 41 505 74 52
Binary 10101100 101011 1110111 0 1001011 11111 100001 101000101 111100 101010

Color Harmonies of #AC2B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B77

Black with #AC2B77

Text Example


Text Example

White with #AC2B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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