Html Css Color HEX #AC297C Medium Red Violet

📋 copy color: '#AC297C'

red 172 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #AC297C

Tints of Medium Red Violet #AC297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 51.04%
G = 12.17%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC297C (or 0xAC297C) is known color: Medium Red Violet. HEX triplet: AC, 29 and 7C. RGB value is (172,41,124). Sum of RGB (Red+Green+Blue) = 172+41+124=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC297C is #53D683. Grayscale: #595959. Windows color (decimal): -5494404 or 8137132. OLE color: 8137132.

HSL color Cylindrical-coordinate representation of color #AC297C: hue angle of 321.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC297C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 124 -
CMYK 0 0.76 0.28 0.33
HSL 321.98º 0.62% 0.42% -
HSV(B) 321.98º 0.76% 0.67% -
XYZ 21.44 11.81 20.22 -
YUV 89.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 172 41 124 0 0.76 0.28 0.33 321.98 0.62 0.42
Hex AC 29 7C 0 4C 1C 21 142 3E 2A
Octal 254 51 174 0 114 34 41 502 76 52
Binary 10101100 101001 1111100 0 1001100 11100 100001 101000010 111110 101010

Color Harmonies of #AC297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC297C

Black with #AC297C

Text Example


Text Example

White with #AC297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC297C; }

 p { color: rgb(172,41,124); }

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

background-color css

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

 a { background-color: rgb(172,41,124); }

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

border-color css

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

 span { border-color: rgb(172,41,124); }

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