#AC3C82

Color #AC3C82 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC3C82

Tints of Medium Red Violet #AC3C82

Color information

#AC3C82 (or 0xAC3C82) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3C and 82. RGB value is (172,60,130). Sum of RGB (Red+Green+Blue) = 172+60+130=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C82 is #53C37D. Grayscale: #656565. Windows color (decimal): -5489534 or 8535212. OLE color: 8535212.

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

Color convert

RGB17260130-
CMYK00.650.240.33
HSL322.5º48.28%45.49%-
HSV(B)322.5º65.12%67.45%-
XYZ22.6613.6122.55-
YUV101.47144.11178.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=47.51%
G=16.57%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726013000.650.240.33322.548.2845.49
HexAC3C820411821142302d
Octal25474202010130415026055
Binary10101100111100100000100100000111000100001101000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C82; }

 p { color: rgb(172,60,130); }

 H1.HeaderClassName
 {
   color: #AC3C82;
 }
 .AnyTagClassName
 {
   color: #AC3C82;
 }
</style>
background-color css

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

 a { background-color: rgb(172,60,130); }

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

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

 span { border-color: rgb(172,60,130); }

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