Html Css Color HEX #AC3486 Medium Red Violet

📋 copy color: '#AC3486'

red 172 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #AC3486

Tints of Medium Red Violet #AC3486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 48.04%
G = 14.53%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC3486 (or 0xAC3486) is known color: Medium Red Violet. HEX triplet: AC, 34 and 86. RGB value is (172,52,134). Sum of RGB (Red+Green+Blue) = 172+52+134=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3486 is #53CB79. Grayscale: #616161. Windows color (decimal): -5491578 or 8795308. OLE color: 8795308.

HSL color Cylindrical-coordinate representation of color #AC3486: hue angle of 319º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3486 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 134 -
CMYK 0 0.70 0.22 0.33
HSL 319º 0.54% 0.44% -
HSV(B) 319º 0.7% 0.67% -
XYZ 22.54 12.95 23.87 -
YUV 97.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 172 52 134 0 0.70 0.22 0.33 319 0.54 0.44
Hex AC 34 86 0 46 16 21 13F 36 2C
Octal 254 64 206 0 106 26 41 477 66 54
Binary 10101100 110100 10000110 0 1000110 10110 100001 100111111 110110 101100

Color Harmonies of #AC3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3486

Black with #AC3486

Text Example


Text Example

White with #AC3486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3486; }

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

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

background-color css

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

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

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

border-color css

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

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

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