Html Css Color HEX #AC2A76 Medium Red Violet

📋 copy color: '#AC2A76'

red 172 ◦ green 42 ◦ blue 118

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

Shades of Medium Red Violet #AC2A76

Tints of Medium Red Violet #AC2A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 51.81%
G = 12.65%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC2A76 (or 0xAC2A76) is known color: Medium Red Violet. HEX triplet: AC, 2A and 76. RGB value is (172,42,118). Sum of RGB (Red+Green+Blue) = 172+42+118=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A76 is #53D589. Grayscale: #595959. Windows color (decimal): -5494154 or 7744172. OLE color: 7744172.

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

Color convert

RGB 172 42 118 -
CMYK 0 0.76 0.31 0.33
HSL 324.92º 0.61% 0.42% -
HSV(B) 324.92º 0.76% 0.67% -
XYZ 21.11 11.73 18.29 -
YUV 89.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 172 42 118 0 0.76 0.31 0.33 324.92 0.61 0.42
Hex AC 2A 76 0 4C 1F 21 145 3D 2A
Octal 254 52 166 0 114 37 41 505 75 52
Binary 10101100 101010 1110110 0 1001100 11111 100001 101000101 111101 101010

Color Harmonies of #AC2A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A76

Black with #AC2A76

Text Example


Text Example

White with #AC2A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A76; }

 p { color: rgb(172,42,118); }

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

background-color css

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

 a { background-color: rgb(172,42,118); }

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

border-color css

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

 span { border-color: rgb(172,42,118); }

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