Html Css Color HEX #AC3D90 Medium Red Violet

📋 copy color: '#AC3D90'

red 172 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #AC3D90

Tints of Medium Red Violet #AC3D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 45.62%
G = 16.18%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC3D90 (or 0xAC3D90) is known color: Medium Red Violet. HEX triplet: AC, 3D and 90. RGB value is (172,61,144). Sum of RGB (Red+Green+Blue) = 172+61+144=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D90 is #53C26F. Grayscale: #676767. Windows color (decimal): -5489264 or 9452972. OLE color: 9452972.

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

Color convert

RGB 172 61 144 -
CMYK 0 0.65 0.16 0.33
HSL 315.14º 0.48% 0.46% -
HSV(B) 315.14º 0.65% 0.67% -
XYZ 23.72 14.12 27.86 -
YUV 103.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 172 61 144 0 0.65 0.16 0.33 315.14 0.48 0.46
Hex AC 3D 90 0 41 10 21 13B 30 2E
Octal 254 75 220 0 101 20 41 473 60 56
Binary 10101100 111101 10010000 0 1000001 10000 100001 100111011 110000 101110

Color Harmonies of #AC3D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D90

Black with #AC3D90

Text Example


Text Example

White with #AC3D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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