Html Css Color HEX #AC2785 Medium Red Violet

📋 copy color: '#AC2785'

red 172 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #AC2785

Tints of Medium Red Violet #AC2785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 50%
G = 11.34%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC2785 (or 0xAC2785) is known color: Medium Red Violet. HEX triplet: AC, 27 and 85. RGB value is (172,39,133). Sum of RGB (Red+Green+Blue) = 172+39+133=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2785 is #53D87A. Grayscale: #595959. Windows color (decimal): -5494907 or 8726444. OLE color: 8726444.

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

Color convert

RGB 172 39 133 -
CMYK 0 0.77 0.23 0.33
HSL 317.59º 0.63% 0.41% -
HSV(B) 317.59º 0.77% 0.67% -
XYZ 21.97 11.92 23.33 -
YUV 89.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 172 39 133 0 0.77 0.23 0.33 317.59 0.63 0.41
Hex AC 27 85 0 4D 17 21 13E 3F 29
Octal 254 47 205 0 115 27 41 476 77 51
Binary 10101100 100111 10000101 0 1001101 10111 100001 100111110 111111 101001

Color Harmonies of #AC2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2785

Black with #AC2785

Text Example


Text Example

White with #AC2785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2785; }

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

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

background-color css

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

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

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

border-color css

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

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

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