Html Css Color HEX #AC276F Medium Red Violet

📋 copy color: '#AC276F'

red 172 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #AC276F

Tints of Medium Red Violet #AC276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 53.42%
G = 12.11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC276F (or 0xAC276F) is known color: Medium Red Violet. HEX triplet: AC, 27 and 6F. RGB value is (172,39,111). Sum of RGB (Red+Green+Blue) = 172+39+111=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC276F is #53D890. Grayscale: #565656. Windows color (decimal): -5494929 or 7284652. OLE color: 7284652.

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

Color convert

RGB 172 39 111 -
CMYK 0 0.77 0.35 0.33
HSL 327.52º 0.63% 0.41% -
HSV(B) 327.52º 0.77% 0.67% -
XYZ 20.61 11.37 16.15 -
YUV 86.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 172 39 111 0 0.77 0.35 0.33 327.52 0.63 0.41
Hex AC 27 6F 0 4D 23 21 148 3F 29
Octal 254 47 157 0 115 43 41 510 77 51
Binary 10101100 100111 1101111 0 1001101 100011 100001 101001000 111111 101001

Color Harmonies of #AC276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC276F

Black with #AC276F

Text Example


Text Example

White with #AC276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC276F; }

 p { color: rgb(172,39,111); }

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

background-color css

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

 a { background-color: rgb(172,39,111); }

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

border-color css

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

 span { border-color: rgb(172,39,111); }

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