Html Css Color HEX #AC3B7C Medium Red Violet

📋 copy color: '#AC3B7C'

red 172 ◦ green 59 ◦ blue 124

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

Shades of Medium Red Violet #AC3B7C

Tints of Medium Red Violet #AC3B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

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

R = 48.45%
G = 16.62%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC3B7C (or 0xAC3B7C) is known color: Medium Red Violet. HEX triplet: AC, 3B and 7C. RGB value is (172,59,124). Sum of RGB (Red+Green+Blue) = 172+59+124=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B7C is #53C483. Grayscale: #646464. Windows color (decimal): -5489796 or 8141740. OLE color: 8141740.

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

Color convert

RGB 172 59 124 -
CMYK 0 0.66 0.28 0.33
HSL 325.49º 0.49% 0.45% -
HSV(B) 325.49º 0.66% 0.67% -
XYZ 22.22 13.35 20.48 -
YUV 100.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 172 59 124 0 0.66 0.28 0.33 325.49 0.49 0.45
Hex AC 3B 7C 0 42 1C 21 145 31 2D
Octal 254 73 174 0 102 34 41 505 61 55
Binary 10101100 111011 1111100 0 1000010 11100 100001 101000101 110001 101101

Color Harmonies of #AC3B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B7C

Black with #AC3B7C

Text Example


Text Example

White with #AC3B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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