Html Css Color HEX #AC3995 Medium Red Violet

📋 copy color: '#AC3995'

red 172 ◦ green 57 ◦ blue 149

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

Shades of Medium Red Violet #AC3995

Tints of Medium Red Violet #AC3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 45.5%
G = 15.08%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3995 (or 0xAC3995) is known color: Medium Red Violet. HEX triplet: AC, 39 and 95. RGB value is (172,57,149). Sum of RGB (Red+Green+Blue) = 172+57+149=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3995 is #53C66A. Grayscale: #656565. Windows color (decimal): -5490283 or 9779628. OLE color: 9779628.

HSL color Cylindrical-coordinate representation of color #AC3995: hue angle of 312º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3995 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 57 149 -
CMYK 0 0.67 0.13 0.33
HSL 312º 0.5% 0.45% -
HSV(B) 312º 0.67% 0.67% -
XYZ 23.9 13.87 29.85 -
YUV 101.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 172 57 149 0 0.67 0.13 0.33 312 0.5 0.45
Hex AC 39 95 0 43 D 21 138 32 2D
Octal 254 71 225 0 103 15 41 470 62 55
Binary 10101100 111001 10010101 0 1000011 1101 100001 100111000 110010 101101

Color Harmonies of #AC3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3995

Black with #AC3995

Text Example


Text Example

White with #AC3995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3995; }

 p { color: rgb(172,57,149); }

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

background-color css

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

 a { background-color: rgb(172,57,149); }

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

border-color css

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

 span { border-color: rgb(172,57,149); }

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