Html Css Color HEX #AC397D Medium Red Violet

📋 copy color: '#AC397D'

red 172 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #AC397D

Tints of Medium Red Violet #AC397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 48.59%
G = 16.1%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC397D (or 0xAC397D) is known color: Medium Red Violet. HEX triplet: AC, 39 and 7D. RGB value is (172,57,125). Sum of RGB (Red+Green+Blue) = 172+57+125=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397D is #53C682. Grayscale: #626262. Windows color (decimal): -5490307 or 8206764. OLE color: 8206764.

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

Color convert

RGB 172 57 125 -
CMYK 0 0.67 0.27 0.33
HSL 324.52º 0.5% 0.45% -
HSV(B) 324.52º 0.67% 0.67% -
XYZ 22.18 13.18 20.78 -
YUV 99.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 172 57 125 0 0.67 0.27 0.33 324.52 0.5 0.45
Hex AC 39 7D 0 43 1B 21 145 32 2D
Octal 254 71 175 0 103 33 41 505 62 55
Binary 10101100 111001 1111101 0 1000011 11011 100001 101000101 110010 101101

Color Harmonies of #AC397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC397D

Black with #AC397D

Text Example


Text Example

White with #AC397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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