Html Css Color HEX #AC379F Medium Red Violet

📋 copy color: '#AC379F'

red 172 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #AC379F

Tints of Medium Red Violet #AC379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 44.56%
G = 14.25%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC379F (or 0xAC379F) is known color: Medium Red Violet. HEX triplet: AC, 37 and 9F. RGB value is (172,55,159). Sum of RGB (Red+Green+Blue) = 172+55+159=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC379F is #53C860. Grayscale: #656565. Windows color (decimal): -5490785 or 10434476. OLE color: 10434476.

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

Color convert

RGB 172 55 159 -
CMYK 0 0.68 0.08 0.33
HSL 306.67º 0.52% 0.45% -
HSV(B) 306.67º 0.68% 0.67% -
XYZ 24.64 14.01 34.21 -
YUV 101.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 172 55 159 0 0.68 0.08 0.33 306.67 0.52 0.45
Hex AC 37 9F 0 44 8 21 133 34 2D
Octal 254 67 237 0 104 10 41 463 64 55
Binary 10101100 110111 10011111 0 1000100 1000 100001 100110011 110100 101101

Color Harmonies of #AC379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC379F

Black with #AC379F

Text Example


Text Example

White with #AC379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC379F; }

 p { color: rgb(172,55,159); }

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

background-color css

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

 a { background-color: rgb(172,55,159); }

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

border-color css

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

 span { border-color: rgb(172,55,159); }

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