Html Css Color HEX #AC277D Medium Red Violet

📋 copy color: '#AC277D'

red 172 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #AC277D

Tints of Medium Red Violet #AC277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 51.19%
G = 11.61%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC277D (or 0xAC277D) is known color: Medium Red Violet. HEX triplet: AC, 27 and 7D. RGB value is (172,39,125). Sum of RGB (Red+Green+Blue) = 172+39+125=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC277D is #53D882. Grayscale: #585858. Windows color (decimal): -5494915 or 8202156. OLE color: 8202156.

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

Color convert

RGB 172 39 125 -
CMYK 0 0.77 0.27 0.33
HSL 321.2º 0.63% 0.41% -
HSV(B) 321.2º 0.77% 0.67% -
XYZ 21.44 11.7 20.53 -
YUV 88.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 172 39 125 0 0.77 0.27 0.33 321.2 0.63 0.41
Hex AC 27 7D 0 4D 1B 21 141 3F 29
Octal 254 47 175 0 115 33 41 501 77 51
Binary 10101100 100111 1111101 0 1001101 11011 100001 101000001 111111 101001

Color Harmonies of #AC277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC277D

Black with #AC277D

Text Example


Text Example

White with #AC277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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