Html Css Color HEX #AC3F8D Medium Red Violet

📋 copy color: '#AC3F8D'

red 172 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #AC3F8D

Tints of Medium Red Violet #AC3F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 45.74%
G = 16.76%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC3F8D (or 0xAC3F8D) is known color: Medium Red Violet. HEX triplet: AC, 3F and 8D. RGB value is (172,63,141). Sum of RGB (Red+Green+Blue) = 172+63+141=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F8D is #53C072. Grayscale: #686868. Windows color (decimal): -5488755 or 9256876. OLE color: 9256876.

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

Color convert

RGB 172 63 141 -
CMYK 0 0.63 0.18 0.33
HSL 317.06º 0.46% 0.46% -
HSV(B) 317.06º 0.63% 0.67% -
XYZ 23.6 14.25 26.71 -
YUV 104.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 172 63 141 0 0.63 0.18 0.33 317.06 0.46 0.46
Hex AC 3F 8D 0 3F 12 21 13D 2E 2E
Octal 254 77 215 0 77 22 41 475 56 56
Binary 10101100 111111 10001101 0 111111 10010 100001 100111101 101110 101110

Color Harmonies of #AC3F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F8D

Black with #AC3F8D

Text Example


Text Example

White with #AC3F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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