Html Css Color HEX #AC3F7C Medium Red Violet

📋 copy color: '#AC3F7C'

red 172 ◦ green 63 ◦ blue 124

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

Shades of Medium Red Violet #AC3F7C

Tints of Medium Red Violet #AC3F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

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

R = 47.91%
G = 17.55%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC3F7C (or 0xAC3F7C) is known color: Medium Red Violet. HEX triplet: AC, 3F and 7C. RGB value is (172,63,124). Sum of RGB (Red+Green+Blue) = 172+63+124=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F7C is #53C083. Grayscale: #666666. Windows color (decimal): -5488772 or 8142764. OLE color: 8142764.

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

Color convert

RGB 172 63 124 -
CMYK 0 0.63 0.28 0.33
HSL 326.42º 0.46% 0.46% -
HSV(B) 326.42º 0.63% 0.67% -
XYZ 22.43 13.78 20.55 -
YUV 102.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 172 63 124 0 0.63 0.28 0.33 326.42 0.46 0.46
Hex AC 3F 7C 0 3F 1C 21 146 2E 2E
Octal 254 77 174 0 77 34 41 506 56 56
Binary 10101100 111111 1111100 0 111111 11100 100001 101000110 101110 101110

Color Harmonies of #AC3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F7C

Black with #AC3F7C

Text Example


Text Example

White with #AC3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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