Html Css Color HEX #AC3D99 Medium Red Violet

📋 copy color: '#AC3D99'

red 172 ◦ green 61 ◦ blue 153

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

Shades of Medium Red Violet #AC3D99

Tints of Medium Red Violet #AC3D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 44.56%
G = 15.8%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC3D99 (or 0xAC3D99) is known color: Medium Red Violet. HEX triplet: AC, 3D and 99. RGB value is (172,61,153). Sum of RGB (Red+Green+Blue) = 172+61+153=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D99 is #53C266. Grayscale: #686868. Windows color (decimal): -5489255 or 10042796. OLE color: 10042796.

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

Color convert

RGB 172 61 153 -
CMYK 0 0.65 0.11 0.33
HSL 310.27º 0.48% 0.46% -
HSV(B) 310.27º 0.65% 0.67% -
XYZ 24.43 14.41 31.63 -
YUV 104.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 172 61 153 0 0.65 0.11 0.33 310.27 0.48 0.46
Hex AC 3D 99 0 41 B 21 136 30 2E
Octal 254 75 231 0 101 13 41 466 60 56
Binary 10101100 111101 10011001 0 1000001 1011 100001 100110110 110000 101110

Color Harmonies of #AC3D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D99

Black with #AC3D99

Text Example


Text Example

White with #AC3D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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