Html Css Color HEX #AC387C Medium Red Violet

📋 copy color: '#AC387C'

red 172 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #AC387C

Tints of Medium Red Violet #AC387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 48.86%
G = 15.91%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC387C (or 0xAC387C) is known color: Medium Red Violet. HEX triplet: AC, 38 and 7C. RGB value is (172,56,124). Sum of RGB (Red+Green+Blue) = 172+56+124=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387C is #53C783. Grayscale: #626262. Windows color (decimal): -5490564 or 8140972. OLE color: 8140972.

HSL color Cylindrical-coordinate representation of color #AC387C: hue angle of 324.83º degrees, saturation: 0.51, 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 #AC387C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 124 -
CMYK 0 0.67 0.28 0.33
HSL 324.83º 0.51% 0.45% -
HSV(B) 324.83º 0.67% 0.67% -
XYZ 22.07 13.05 20.43 -
YUV 98.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 172 56 124 0 0.67 0.28 0.33 324.83 0.51 0.45
Hex AC 38 7C 0 43 1C 21 145 33 2D
Octal 254 70 174 0 103 34 41 505 63 55
Binary 10101100 111000 1111100 0 1000011 11100 100001 101000101 110011 101101

Color Harmonies of #AC387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC387C

Black with #AC387C

Text Example


Text Example

White with #AC387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC387C; }

 p { color: rgb(172,56,124); }

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

background-color css

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

 a { background-color: rgb(172,56,124); }

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

border-color css

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

 span { border-color: rgb(172,56,124); }

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