Html Css Color HEX #AC2379 Medium Red Violet

📋 copy color: '#AC2379'

red 172 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #AC2379

Tints of Medium Red Violet #AC2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 52.44%
G = 10.67%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC2379 (or 0xAC2379) is known color: Medium Red Violet. HEX triplet: AC, 23 and 79. RGB value is (172,35,121). Sum of RGB (Red+Green+Blue) = 172+35+121=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2379 is #53DC86. Grayscale: #555555. Windows color (decimal): -5495943 or 7938988. OLE color: 7938988.

HSL color Cylindrical-coordinate representation of color #AC2379: hue angle of 322.34º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2379 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 121 -
CMYK 0 0.80 0.30 0.33
HSL 322.34º 0.66% 0.41% -
HSV(B) 322.34º 0.8% 0.67% -
XYZ 21.07 11.35 19.17 -
YUV 85.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 172 35 121 0 0.80 0.30 0.33 322.34 0.66 0.41
Hex AC 23 79 0 50 1E 21 142 42 29
Octal 254 43 171 0 120 36 41 502 102 51
Binary 10101100 100011 1111001 0 1010000 11110 100001 101000010 1000010 101001

Color Harmonies of #AC2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2379

Black with #AC2379

Text Example


Text Example

White with #AC2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2379; }

 p { color: rgb(172,35,121); }

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

background-color css

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

 a { background-color: rgb(172,35,121); }

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

border-color css

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

 span { border-color: rgb(172,35,121); }

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