Html Css Color HEX #AC297E Medium Red Violet

📋 copy color: '#AC297E'

red 172 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #AC297E

Tints of Medium Red Violet #AC297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 50.74%
G = 12.09%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC297E (or 0xAC297E) is known color: Medium Red Violet. HEX triplet: AC, 29 and 7E. RGB value is (172,41,126). Sum of RGB (Red+Green+Blue) = 172+41+126=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC297E is #53D681. Grayscale: #595959. Windows color (decimal): -5494402 or 8268204. OLE color: 8268204.

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

Color convert

RGB 172 41 126 -
CMYK 0 0.76 0.27 0.33
HSL 321.07º 0.62% 0.42% -
HSV(B) 321.07º 0.76% 0.67% -
XYZ 21.57 11.86 20.89 -
YUV 89.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 172 41 126 0 0.76 0.27 0.33 321.07 0.62 0.42
Hex AC 29 7E 0 4C 1B 21 141 3E 2A
Octal 254 51 176 0 114 33 41 501 76 52
Binary 10101100 101001 1111110 0 1001100 11011 100001 101000001 111110 101010

Color Harmonies of #AC297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC297E

Black with #AC297E

Text Example


Text Example

White with #AC297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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