Html Css Color HEX #AC2486 Medium Red Violet

📋 copy color: '#AC2486'

red 172 ◦ green 36 ◦ blue 134

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

Shades of Medium Red Violet #AC2486

Tints of Medium Red Violet #AC2486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

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

R = 50.29%
G = 10.53%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC2486 (or 0xAC2486) is known color: Medium Red Violet. HEX triplet: AC, 24 and 86. RGB value is (172,36,134). Sum of RGB (Red+Green+Blue) = 172+36+134=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2486 is #53DB79. Grayscale: #575757. Windows color (decimal): -5495674 or 8791212. OLE color: 8791212.

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

Color convert

RGB 172 36 134 -
CMYK 0 0.79 0.22 0.33
HSL 316.76º 0.65% 0.41% -
HSV(B) 316.76º 0.79% 0.67% -
XYZ 21.95 11.75 23.67 -
YUV 87.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 172 36 134 0 0.79 0.22 0.33 316.76 0.65 0.41
Hex AC 24 86 0 4F 16 21 13D 41 29
Octal 254 44 206 0 117 26 41 475 101 51
Binary 10101100 100100 10000110 0 1001111 10110 100001 100111101 1000001 101001

Color Harmonies of #AC2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2486

Black with #AC2486

Text Example


Text Example

White with #AC2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2486; }

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

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

background-color css

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

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

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

border-color css

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

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

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