Html Css Color HEX #AC2386 Medium Red Violet

📋 copy color: '#AC2386'

red 172 ◦ green 35 ◦ blue 134

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

Shades of Medium Red Violet #AC2386

Tints of Medium Red Violet #AC2386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 50.44%
G = 10.26%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC2386 (or 0xAC2386) is known color: Medium Red Violet. HEX triplet: AC, 23 and 86. RGB value is (172,35,134). Sum of RGB (Red+Green+Blue) = 172+35+134=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2386 is #53DC79. Grayscale: #565656. Windows color (decimal): -5495930 or 8790956. OLE color: 8790956.

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

Color convert

RGB 172 35 134 -
CMYK 0 0.80 0.22 0.33
HSL 316.64º 0.66% 0.41% -
HSV(B) 316.64º 0.8% 0.67% -
XYZ 21.92 11.69 23.66 -
YUV 87.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 172 35 134 0 0.80 0.22 0.33 316.64 0.66 0.41
Hex AC 23 86 0 50 16 21 13D 42 29
Octal 254 43 206 0 120 26 41 475 102 51
Binary 10101100 100011 10000110 0 1010000 10110 100001 100111101 1000010 101001

Color Harmonies of #AC2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2386

Black with #AC2386

Text Example


Text Example

White with #AC2386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2386; }

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

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

background-color css

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

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

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

border-color css

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

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

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