Html Css Color HEX #AC3F8C Medium Red Violet

📋 copy color: '#AC3F8C'

red 172 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #AC3F8C

Tints of Medium Red Violet #AC3F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 45.87%
G = 16.8%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC3F8C (or 0xAC3F8C) is known color: Medium Red Violet. HEX triplet: AC, 3F and 8C. RGB value is (172,63,140). Sum of RGB (Red+Green+Blue) = 172+63+140=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F8C is #53C073. Grayscale: #686868. Windows color (decimal): -5488756 or 9191340. OLE color: 9191340.

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

Color convert

RGB 172 63 140 -
CMYK 0 0.63 0.19 0.33
HSL 317.61º 0.46% 0.46% -
HSV(B) 317.61º 0.63% 0.67% -
XYZ 23.52 14.22 26.32 -
YUV 104.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 172 63 140 0 0.63 0.19 0.33 317.61 0.46 0.46
Hex AC 3F 8C 0 3F 13 21 13E 2E 2E
Octal 254 77 214 0 77 23 41 476 56 56
Binary 10101100 111111 10001100 0 111111 10011 100001 100111110 101110 101110

Color Harmonies of #AC3F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F8C

Black with #AC3F8C

Text Example


Text Example

White with #AC3F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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