Html Css Color HEX #AC3A86 Medium Red Violet

📋 copy color: '#AC3A86'

red 172 ◦ green 58 ◦ blue 134

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

Shades of Medium Red Violet #AC3A86

Tints of Medium Red Violet #AC3A86

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.93%

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

R = 47.25%
G = 15.93%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC3A86 (or 0xAC3A86) is known color: Medium Red Violet. HEX triplet: AC, 3A and 86. RGB value is (172,58,134). Sum of RGB (Red+Green+Blue) = 172+58+134=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A86 is #53C579. Grayscale: #646464. Windows color (decimal): -5490042 or 8796844. OLE color: 8796844.

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

Color convert

RGB 172 58 134 -
CMYK 0 0.66 0.22 0.33
HSL 320º 0.5% 0.45% -
HSV(B) 320º 0.66% 0.67% -
XYZ 22.83 13.52 23.96 -
YUV 100.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 172 58 134 0 0.66 0.22 0.33 320 0.5 0.45
Hex AC 3A 86 0 42 16 21 140 32 2D
Octal 254 72 206 0 102 26 41 500 62 55
Binary 10101100 111010 10000110 0 1000010 10110 100001 101000000 110010 101101

Color Harmonies of #AC3A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A86

Black with #AC3A86

Text Example


Text Example

White with #AC3A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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