Html Css Color HEX #AC278C Medium Red Violet

📋 copy color: '#AC278C'

red 172 ◦ green 39 ◦ blue 140

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

Shades of Medium Red Violet #AC278C

Tints of Medium Red Violet #AC278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 49%
G = 11.11%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC278C (or 0xAC278C) is known color: Medium Red Violet. HEX triplet: AC, 27 and 8C. RGB value is (172,39,140). Sum of RGB (Red+Green+Blue) = 172+39+140=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC278C is #53D873. Grayscale: #5A5A5A. Windows color (decimal): -5494900 or 9185196. OLE color: 9185196.

HSL color Cylindrical-coordinate representation of color #AC278C: hue angle of 314.44º 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 #AC278C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 140 -
CMYK 0 0.77 0.19 0.33
HSL 314.44º 0.63% 0.41% -
HSV(B) 314.44º 0.77% 0.67% -
XYZ 22.47 12.12 25.96 -
YUV 90.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 172 39 140 0 0.77 0.19 0.33 314.44 0.63 0.41
Hex AC 27 8C 0 4D 13 21 13A 3F 29
Octal 254 47 214 0 115 23 41 472 77 51
Binary 10101100 100111 10001100 0 1001101 10011 100001 100111010 111111 101001

Color Harmonies of #AC278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC278C

Black with #AC278C

Text Example


Text Example

White with #AC278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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