Html Css Color HEX #AC2472 Medium Red Violet

📋 copy color: '#AC2472'

red 172 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #AC2472

Tints of Medium Red Violet #AC2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 53.42%
G = 11.18%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC2472 (or 0xAC2472) is known color: Medium Red Violet. HEX triplet: AC, 24 and 72. RGB value is (172,36,114). Sum of RGB (Red+Green+Blue) = 172+36+114=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2472 is #53DB8D. Grayscale: #555555. Windows color (decimal): -5495694 or 7480492. OLE color: 7480492.

HSL color Cylindrical-coordinate representation of color #AC2472: hue angle of 325.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2472 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 114 -
CMYK 0 0.79 0.34 0.33
HSL 325.59º 0.65% 0.41% -
HSV(B) 325.59º 0.79% 0.67% -
XYZ 20.68 11.25 17 -
YUV 85.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 172 36 114 0 0.79 0.34 0.33 325.59 0.65 0.41
Hex AC 24 72 0 4F 22 21 146 41 29
Octal 254 44 162 0 117 42 41 506 101 51
Binary 10101100 100100 1110010 0 1001111 100010 100001 101000110 1000001 101001

Color Harmonies of #AC2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2472

Black with #AC2472

Text Example


Text Example

White with #AC2472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2472; }

 p { color: rgb(172,36,114); }

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

background-color css

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

 a { background-color: rgb(172,36,114); }

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

border-color css

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

 span { border-color: rgb(172,36,114); }

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