Html Css Color HEX #AC2686 Medium Red Violet

📋 copy color: '#AC2686'

red 172 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #AC2686

Tints of Medium Red Violet #AC2686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 50%
G = 11.05%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC2686 (or 0xAC2686) is known color: Medium Red Violet. HEX triplet: AC, 26 and 86. RGB value is (172,38,134). Sum of RGB (Red+Green+Blue) = 172+38+134=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2686 is #53D979. Grayscale: #585858. Windows color (decimal): -5495162 or 8791724. OLE color: 8791724.

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

Color convert

RGB 172 38 134 -
CMYK 0 0.78 0.22 0.33
HSL 317.01º 0.64% 0.41% -
HSV(B) 317.01º 0.78% 0.67% -
XYZ 22.01 11.88 23.69 -
YUV 89.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 172 38 134 0 0.78 0.22 0.33 317.01 0.64 0.41
Hex AC 26 86 0 4E 16 21 13D 40 29
Octal 254 46 206 0 116 26 41 475 100 51
Binary 10101100 100110 10000110 0 1001110 10110 100001 100111101 1000000 101001

Color Harmonies of #AC2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2686

Black with #AC2686

Text Example


Text Example

White with #AC2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2686; }

 p { color: rgb(172,38,134); }

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

background-color css

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

 a { background-color: rgb(172,38,134); }

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

border-color css

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

 span { border-color: rgb(172,38,134); }

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