Html Css Color HEX #AC297F Medium Red Violet

📋 copy color: '#AC297F'

red 172 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #AC297F

Tints of Medium Red Violet #AC297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 50.59%
G = 12.06%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC297F (or 0xAC297F) is known color: Medium Red Violet. HEX triplet: AC, 29 and 7F. RGB value is (172,41,127). Sum of RGB (Red+Green+Blue) = 172+41+127=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC297F is #53D680. Grayscale: #595959. Windows color (decimal): -5494401 or 8333740. OLE color: 8333740.

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

Color convert

RGB 172 41 127 -
CMYK 0 0.76 0.26 0.33
HSL 320.61º 0.62% 0.42% -
HSV(B) 320.61º 0.76% 0.67% -
XYZ 21.64 11.89 21.23 -
YUV 89.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 172 41 127 0 0.76 0.26 0.33 320.61 0.62 0.42
Hex AC 29 7F 0 4C 1A 21 141 3E 2A
Octal 254 51 177 0 114 32 41 501 76 52
Binary 10101100 101001 1111111 0 1001100 11010 100001 101000001 111110 101010

Color Harmonies of #AC297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC297F

Black with #AC297F

Text Example


Text Example

White with #AC297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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