Html Css Color HEX #AC377F Medium Red Violet

📋 copy color: '#AC377F'

red 172 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #AC377F

Tints of Medium Red Violet #AC377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 48.59%
G = 15.54%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC377F (or 0xAC377F) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7F. RGB value is (172,55,127). Sum of RGB (Red+Green+Blue) = 172+55+127=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377F is #53C880. Grayscale: #626262. Windows color (decimal): -5490817 or 8337324. OLE color: 8337324.

HSL color Cylindrical-coordinate representation of color #AC377F: hue angle of 323.08º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC377F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 127 -
CMYK 0 0.68 0.26 0.33
HSL 323.08º 0.52% 0.45% -
HSV(B) 323.08º 0.68% 0.67% -
XYZ 22.21 13.04 21.42 -
YUV 98.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 172 55 127 0 0.68 0.26 0.33 323.08 0.52 0.45
Hex AC 37 7F 0 44 1A 21 143 34 2D
Octal 254 67 177 0 104 32 41 503 64 55
Binary 10101100 110111 1111111 0 1000100 11010 100001 101000011 110100 101101

Color Harmonies of #AC377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC377F

Black with #AC377F

Text Example


Text Example

White with #AC377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC377F; }

 p { color: rgb(172,55,127); }

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

background-color css

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

 a { background-color: rgb(172,55,127); }

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

border-color css

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

 span { border-color: rgb(172,55,127); }

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