Html Css Color HEX #AC1B77 Medium Violet Red

📋 copy color: '#AC1B77'

red 172 ◦ green 27 ◦ blue 119

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

Shades of Medium Violet Red #AC1B77

Tints of Medium Violet Red #AC1B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 54.09%
G = 8.49%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1B77 (or 0xAC1B77) is known color: Medium Violet Red. HEX triplet: AC, 1B and 77. RGB value is (172,27,119). Sum of RGB (Red+Green+Blue) = 172+27+119=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B77 is #53E488. Grayscale: #505050. Windows color (decimal): -5497993 or 7805868. OLE color: 7805868.

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

Color convert

RGB 172 27 119 -
CMYK 0 0.84 0.31 0.33
HSL 321.93º 0.73% 0.39% -
HSV(B) 321.93º 0.84% 0.67% -
XYZ 20.73 10.89 18.46 -
YUV 80.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 172 27 119 0 0.84 0.31 0.33 321.93 0.73 0.39
Hex AC 1B 77 0 54 1F 21 142 49 27
Octal 254 33 167 0 124 37 41 502 111 47
Binary 10101100 11011 1110111 0 1010100 11111 100001 101000010 1001001 100111

Color Harmonies of #AC1B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B77

Black with #AC1B77

Text Example


Text Example

White with #AC1B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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