Html Css Color HEX #AC2C7F Medium Red Violet

📋 copy color: '#AC2C7F'

red 172 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #AC2C7F

Tints of Medium Red Violet #AC2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.83%

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

R = 50.15%
G = 12.83%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC2C7F (or 0xAC2C7F) is known color: Medium Red Violet. HEX triplet: AC, 2C and 7F. RGB value is (172,44,127). Sum of RGB (Red+Green+Blue) = 172+44+127=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C7F is #53D380. Grayscale: #5B5B5B. Windows color (decimal): -5493633 or 8334508. OLE color: 8334508.

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

Color convert

RGB 172 44 127 -
CMYK 0 0.74 0.26 0.33
HSL 321.09º 0.59% 0.42% -
HSV(B) 321.09º 0.74% 0.67% -
XYZ 21.74 12.1 21.27 -
YUV 91.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 172 44 127 0 0.74 0.26 0.33 321.09 0.59 0.42
Hex AC 2C 7F 0 4A 1A 21 141 3B 2A
Octal 254 54 177 0 112 32 41 501 73 52
Binary 10101100 101100 1111111 0 1001010 11010 100001 101000001 111011 101010

Color Harmonies of #AC2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C7F

Black with #AC2C7F

Text Example


Text Example

White with #AC2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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