Html Css Color HEX #AC377D Medium Red Violet

📋 copy color: '#AC377D'

red 172 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #AC377D

Tints of Medium Red Violet #AC377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 48.86%
G = 15.63%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC377D (or 0xAC377D) is known color: Medium Red Violet. HEX triplet: AC, 37 and 7D. RGB value is (172,55,125). Sum of RGB (Red+Green+Blue) = 172+55+125=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377D is #53C882. Grayscale: #616161. Windows color (decimal): -5490819 or 8206252. OLE color: 8206252.

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

Color convert

RGB 172 55 125 -
CMYK 0 0.68 0.27 0.33
HSL 324.1º 0.52% 0.45% -
HSV(B) 324.1º 0.68% 0.67% -
XYZ 22.08 12.98 20.74 -
YUV 97.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 172 55 125 0 0.68 0.27 0.33 324.1 0.52 0.45
Hex AC 37 7D 0 44 1B 21 144 34 2D
Octal 254 67 175 0 104 33 41 504 64 55
Binary 10101100 110111 1111101 0 1000100 11011 100001 101000100 110100 101101

Color Harmonies of #AC377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC377D

Black with #AC377D

Text Example


Text Example

White with #AC377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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