Html Css Color HEX #AC3D8D Medium Red Violet

📋 copy color: '#AC3D8D'

red 172 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #AC3D8D

Tints of Medium Red Violet #AC3D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.31%

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

R = 45.99%
G = 16.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC3D8D (or 0xAC3D8D) is known color: Medium Red Violet. HEX triplet: AC, 3D and 8D. RGB value is (172,61,141). Sum of RGB (Red+Green+Blue) = 172+61+141=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D8D is #53C272. Grayscale: #676767. Windows color (decimal): -5489267 or 9256364. OLE color: 9256364.

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

Color convert

RGB 172 61 141 -
CMYK 0 0.65 0.18 0.33
HSL 316.76º 0.48% 0.46% -
HSV(B) 316.76º 0.65% 0.67% -
XYZ 23.49 14.03 26.67 -
YUV 103.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 172 61 141 0 0.65 0.18 0.33 316.76 0.48 0.46
Hex AC 3D 8D 0 41 12 21 13D 30 2E
Octal 254 75 215 0 101 22 41 475 60 56
Binary 10101100 111101 10001101 0 1000001 10010 100001 100111101 110000 101110

Color Harmonies of #AC3D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D8D

Black with #AC3D8D

Text Example


Text Example

White with #AC3D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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