Html Css Color HEX #AC3996 Medium Red Violet

📋 copy color: '#AC3996'

red 172 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #AC3996

Tints of Medium Red Violet #AC3996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 45.38%
G = 15.04%
B = 39.58%

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

#AC3996 (or 0xAC3996) is known color: Medium Red Violet. HEX triplet: AC, 39 and 96. RGB value is (172,57,150). Sum of RGB (Red+Green+Blue) = 172+57+150=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3996 is #53C669. Grayscale: #656565. Windows color (decimal): -5490282 or 9845164. OLE color: 9845164.

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

Color convert

RGB 172 57 150 -
CMYK 0 0.67 0.13 0.33
HSL 311.48º 0.5% 0.45% -
HSV(B) 311.48º 0.67% 0.67% -
XYZ 23.98 13.9 30.27 -
YUV 101.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 172 57 150 0 0.67 0.13 0.33 311.48 0.5 0.45
Hex AC 39 96 0 43 D 21 137 32 2D
Octal 254 71 226 0 103 15 41 467 62 55
Binary 10101100 111001 10010110 0 1000011 1101 100001 100110111 110010 101101

Color Harmonies of #AC3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3996

Black with #AC3996

Text Example


Text Example

White with #AC3996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3996; }

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

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

background-color css

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

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

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

border-color css

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

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

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