Html Css Color HEX #AC2B7C Medium Red Violet

📋 copy color: '#AC2B7C'

red 172 ◦ green 43 ◦ blue 124

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

Shades of Medium Red Violet #AC2B7C

Tints of Medium Red Violet #AC2B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

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

R = 50.74%
G = 12.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC2B7C (or 0xAC2B7C) is known color: Medium Red Violet. HEX triplet: AC, 2B and 7C. RGB value is (172,43,124). Sum of RGB (Red+Green+Blue) = 172+43+124=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B7C is #53D483. Grayscale: #5A5A5A. Windows color (decimal): -5493892 or 8137644. OLE color: 8137644.

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

Color convert

RGB 172 43 124 -
CMYK 0 0.75 0.28 0.33
HSL 322.33º 0.6% 0.42% -
HSV(B) 322.33º 0.75% 0.67% -
XYZ 21.52 11.95 20.24 -
YUV 90.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 172 43 124 0 0.75 0.28 0.33 322.33 0.6 0.42
Hex AC 2B 7C 0 4B 1C 21 142 3C 2A
Octal 254 53 174 0 113 34 41 502 74 52
Binary 10101100 101011 1111100 0 1001011 11100 100001 101000010 111100 101010

Color Harmonies of #AC2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B7C

Black with #AC2B7C

Text Example


Text Example

White with #AC2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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